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 {
|
agent {
|
||||||
label "built-in"
|
label "built-in"
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
WATCOM = "/usr/watcom"
|
||||||
|
INCLUDE = "/usr/watcom/h:/usr/watcom/h/nt"
|
||||||
|
PATH = "/usr/watcom/binl64:${env.PATH}"
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh("git clean -dfx")
|
sh("git clean -dfx")
|
||||||
sh("wmake -f WatMakefile")
|
sh("wmake -f WatMakefile")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue