forked from pyrite-dev/milsko
ok
This commit is contained in:
parent
2835b917a9
commit
979e5e056d
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -78,6 +78,11 @@ pipeline {
|
|||
agent {
|
||||
label "built-in"
|
||||
}
|
||||
environment {
|
||||
WATCOM = "/usr/watcom"
|
||||
INCLUDE = "/usr/watcom/h:/usr/watcom/h/nt"
|
||||
PATH = "/usr/watcom/binl64:${env.PATH}"
|
||||
}
|
||||
steps {
|
||||
sh("git clean -dfx")
|
||||
sh("wmake -f WatMakefile")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue