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
|
mkdir cpp\\build
|
||||||
cd cpp\\build
|
cd cpp\\build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
msbuild
|
||||||
|
|
||||||
cd ..\\..
|
cd ..\\..
|
||||||
|
|
||||||
cd dart
|
cd dart
|
||||||
dart pub get
|
dart pub get
|
||||||
|
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
||||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue