Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ jobs:
pip3 install -r linters/linter_requirements.txt

- run:
name: Tests
parallel: true
command: |
TESTFILES=$((pytest --co -q --disable-warnings | head -n -2) | circleci tests split --split-by=timings --timings-type=testname)
mkdir -p test-results
python3 -m pytest --verbose $TESTFILES --junitxml=test-results/junit.xml
python3 tests/utils/get_test_names.py

- store_test_results:
path: test-results
name: Test fmu
command: |
git clone https://github.com/modelica/Reference-FMUs
cmake -S Reference-FMUs/ -B build_tmp -D FMI_VERSION=2
cd build_tmp/ && make && cd ../
python3 check_fmu_debug.py
python3 check_fmu.py


- run:
name: Linters
command: |
Expand Down
Binary file added VanDerPol.fmu
Binary file not shown.
Loading