develop
Roman Telezhynskyi 2023-02-25 18:18:34 +02:00
parent 9f43bf16f4
commit 2781ab0cc0
2 changed files with 5 additions and 2 deletions

View File

@ -164,7 +164,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
folder: ${PIP_CACHE_DIR}
install_script:
- echo $PATH
- export PATH="/user/local/bin:$PATH"
- export PATH="$HOME/.local/bin:$PATH"
- echo $PATH
- clang --version
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'

View File

@ -321,6 +321,9 @@ for:
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
}
}
} else {
$env:CC = "gcc.exe"
$env:CXX = "g++.exe"
}
# Path after
- path
@ -488,7 +491,7 @@ for:
init:
- export QTDIR="$QT"
- export PATH="$QTDIR/bin:/user/local/bin:$PATH"
- export PATH="$QTDIR/bin:$HOME/.local/bin:$PATH"
- echo $PATH
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
- sudo xcode-select -p