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
f9f51e37
Commit
f9f51e37
authored
Jan 20, 2020
by
Markus Mirz
Browse files
Merge branch 'update-ci' into 'master'
disable macos build See merge request acs/public/simulation/dpsim!128
parents
b0302279
23778ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9f51e37
...
...
@@ -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
9a2d6e09
·
Feb 13, 2020
mentioned in commit
9a2d6e09
mentioned in commit 9a2d6e09128d769abeea384c7021b1a782608b37
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