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 dart
|
||||
dart pub get
|
||||
|
||||
mkdir out
|
||||
dart pub get
|
||||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.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\\sleep.exe bin\\sleep.dart
|
||||
|
||||
|
||||
|
||||
cd ..
|
||||
'''
|
||||
}
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# 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…
Reference in a new issue