Change build instruction
This commit is contained in:
parent
ddc559a663
commit
4fab660cb1
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -40,13 +40,13 @@ pipeline {
|
|||
mkdir cpp\\build
|
||||
cd cpp\\build
|
||||
cmake ..
|
||||
make
|
||||
msbuild
|
||||
|
||||
cd ..\\..
|
||||
|
||||
cd dart
|
||||
dart pub get
|
||||
|
||||
|
||||
mkdir out
|
||||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
|
|
Loading…
Reference in a new issue