-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1159 from ICB-DCM/release_0_11_12
Release 0.11.2
- Loading branch information
Showing
98 changed files
with
4,864 additions
and
1,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
name: C++ testsuite / OSX | ||
on: [push] | ||
|
||
jobs: | ||
build: | ||
name: tests_osx | ||
|
||
runs-on: macos-latest | ||
|
||
env: | ||
ENABLE_GCOV_COVERAGE: FALSE | ||
CI_SONARCLOUD: FALSE | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- run: git fetch --prune --unshallow | ||
|
||
- run: echo "::set-env name=AMICI_DIR::$(pwd)" | ||
- run: echo "::set-env name=BNGPATH::${AMICI_DIR}/ThirdParty/BioNetGen-2.3.2" | ||
|
||
# install amici dependencies | ||
- name: homebrew | ||
run: | | ||
brew install hdf5 swig gcc cppcheck libomp | ||
- name: Build suitesparse | ||
run: | | ||
scripts/buildSuiteSparse.sh | ||
- name: Build sundials | ||
run: | | ||
scripts/buildSundials.sh | ||
- name: Build cpputest | ||
run: | | ||
scripts/buildCpputest.sh | ||
- name: Build cpputest | ||
run: | | ||
scripts/buildBNGL.sh | ||
- name: Build AMICI | ||
run: | | ||
scripts/buildAmici.sh | ||
- name: Install python archive | ||
run: | | ||
scripts/installAmiciArchive.sh | ||
- name: Install python package | ||
run: | | ||
scripts/installAmiciSource.sh | ||
- name: cppcheck | ||
run: | | ||
scripts/run-cppcheck.sh | ||
- name: notebooks | ||
run: | | ||
scripts/runNotebook.sh python/examples/example_*/ | ||
- name: Python tests | ||
run: | | ||
scripts/run-python-tests.sh | ||
- name: C++ tests | ||
run: | | ||
scripts/run-cpputest.sh | ||
- name: sphinx | ||
run: | | ||
scripts/run-sphinx.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ on: | |
branches: | ||
- develop | ||
- master | ||
- feature_1053_sonarcloud | ||
|
||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.