-
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 #1466 from AMICI-dev/release_0.11.14
- Loading branch information
Showing
78 changed files
with
3,917 additions
and
1,848 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, new | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature description** | ||
[A clear and concise description of what you would like to have.] | ||
|
||
**Motivation/Application** | ||
[Why is this feature useful?] |
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,21 @@ | ||
name: Matlab | ||
on: [push, pull_request, workflow_dispatch] | ||
|
||
jobs: | ||
matlab: | ||
name: Matlab | ||
|
||
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- run: git fetch --prune --unshallow | ||
|
||
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV | ||
|
||
- name: Install MATLAB | ||
uses: matlab-actions/setup-matlab@v0 | ||
- name: Run script | ||
uses: matlab-actions/run-command@v0 | ||
with: | ||
command: cd matlab; installAMICI; addpath tests; testModels |
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.