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
5b3c8ca2
Commit
5b3c8ca2
authored
Jul 19, 2019
by
Steffen Vogel
🎅🏼
Browse files
ci: enable builds for macOS
parent
62eb1782
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5b3c8ca2
...
...
@@ -63,6 +63,26 @@ 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
test:pytest:
stage
:
test
variables
:
...
...
@@ -85,8 +105,8 @@ test:pytest:
generate:docs:
stage
:
generate
script
:
-
make -C build docs
-
make -C build docs_cxx
-
make
-j$(nproc)
-C build docs
-
make
-j$(nproc)
-C build docs_cxx
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
dependencies
:
-
build:linux
...
...
@@ -100,7 +120,7 @@ generate:docs:
generate:packages:
stage
:
generate
script
:
-
make -C build package
-
make
-j$(nproc)
-C build package
only
:
-
tags
tags
:
...
...
libcps
@
de31d104
Compare
173c1f5d
...
de31d104
Subproject commit
173c1f5d2e
cb4534
5e85857ac09fc5d6c6de8081
Subproject commit
de31d104825e14
cb45
0
34
88ae48ddfcbcf51d9ea
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