Skip to content

Commit

Permalink
reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Feb 26, 2019
1 parent 167a867 commit 5273216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ pipeline {
CMAKE_PATH = "${tool 'cmake3.13'}"
NASM_PATH = "${tool name: 'nasm_2_x64', type: 'com.cloudbees.jenkins.plugins.customtools.CustomTool'}"
PATH = "${env.CMAKE_PATH};${env.NASM_PATH};${tool 'CPython-3.7'};$PATH"
CL = "/MP"
// CL = "/MP"
}
stages{
stage("create venv for 3.7"){
Expand Down

0 comments on commit 5273216

Please sign in to comment.