Adjust instructions
This commit is contained in:
parent
e16eacb485
commit
abe9a5ba55
2 changed files with 8 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -44,9 +44,8 @@ pipeline {
|
||||||
cd ..\\..
|
cd ..\\..
|
||||||
|
|
||||||
cd dart
|
cd dart
|
||||||
dart pub get
|
|
||||||
|
|
||||||
mkdir out
|
mkdir out
|
||||||
|
dart pub get
|
||||||
|
|
||||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||||
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||||
|
@ -56,8 +55,6 @@ pipeline {
|
||||||
dart compile exe -o out\\pause.exe bin\\pause.dart
|
dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||||
dart compile exe -o out\\sleep.exe bin\\sleep.dart
|
dart compile exe -o out\\sleep.exe bin\\sleep.dart
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
# SimpleHelperTools
|
# SimpleHelperTools
|
||||||
|
|
||||||
A repo with simple tools or utilities that are separate from other projects.
|
A repo with simple tools or utilities that are separate from other projects.
|
||||||
|
|
||||||
|
# Automatic Installation
|
||||||
|
|
||||||
|
## Linux
|
||||||
|
|
||||||
|
Execute the command: `curl -fsSL https:// | bash -`
|
Loading…
Add table
Add a link
Reference in a new issue