Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
23778ca8
Commit
23778ca8
authored
Jan 20, 2020
by
Markus Mirz
Browse files
disable macos build
parent
b0302279
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
23778ca8
...
...
@@ -70,25 +70,25 @@ build:windows:
-
build
key
:
build-win10
build:macos:
stage
:
build
script
:
-
mkdir -p build
-
cd build
-
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc-9
-DCMAKE_CXX_COMPILER=/usr/local/bin/g++-9
-DWITH_CIM_SUBMODULE=ON
-DWITH_SUNDIALS=OFF ..
-
make -j $(sysctl -n hw.ncpu)
cache
:
paths
:
-
build
key
:
build-macos
artifacts
:
paths
:
-
build
tags
:
-
mac
#
build:macos:
#
stage: build
#
script:
#
- mkdir -p build
#
- cd build
#
- cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc-9
#
-DCMAKE_CXX_COMPILER=/usr/local/bin/g++-9
#
-DWITH_CIM_SUBMODULE=ON
#
-DWITH_SUNDIALS=OFF ..
#
- make -j $(sysctl -n hw.ncpu)
#
cache:
#
paths:
#
- build
#
key: build-macos
#
artifacts:
#
paths:
#
- build
#
tags:
#
- mac
test:pytest:
stage
:
test
...
...
Markus Mirz
@markus.mirz
mentioned in commit
95bb8d68
·
Feb 13, 2020
mentioned in commit
95bb8d68
mentioned in commit 95bb8d68f9651d2a017135c923058e85730ea64d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment