Skip to content
Snippets Groups Projects
Commit 3cfeec1a authored by Ammar Nejati's avatar Ammar Nejati
Browse files

Merge branch 'a.fixMac_x64' into 'main'

GitLab-CI: Fix OPTDIR on Mac-x64 machine

See merge request !9
parents 5a4d8391 7d658a55
No related branches found
No related tags found
1 merge request!9GitLab-CI: Fix OPTDIR on Mac-x64 machine
Pipeline #125713 passed
...@@ -8,7 +8,7 @@ mac_x64: ...@@ -8,7 +8,7 @@ mac_x64:
before_script: before_script:
- PATH="/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH" - PATH="/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH"
script: script:
- OPTDIR=/Users/Shared/Software - OPTDIR=/Users/Shared/Software/scg
- mkdir pub/build - mkdir pub/build
- cd pub/build - cd pub/build
- cmake -DCMAKE_PREFIX_PATH="$OPTDIR" -DCMAKE_BUILD_TYPE=Release -S .. - cmake -DCMAKE_PREFIX_PATH="$OPTDIR" -DCMAKE_BUILD_TYPE=Release -S ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment