mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
add CMake and Go to Windows PATH
This commit is contained in:
parent
27b14aefcd
commit
992d1471b8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -58,7 +58,7 @@ def buildWindows() {
|
||||||
tasks << getTasks(['windows'], ['amd64'], { unused1, unused2 ->
|
tasks << getTasks(['windows'], ['amd64'], { unused1, unused2 ->
|
||||||
def myNode = {
|
def myNode = {
|
||||||
node ('windows') {
|
node ('windows') {
|
||||||
env.PATH = env.PATH + ";C:\\Windows\\system32"
|
env.PATH = env.PATH + ';C:\\Windows\\system32;C:\\Program Files\\CMake\\bin;C:\\Go\\bin'
|
||||||
dir ("build") {
|
dir ("build") {
|
||||||
checkout scm
|
checkout scm
|
||||||
dir ("build") {
|
dir ("build") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue