Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 770d901

Browse files
Create config.yml
1 parent 0888499 commit 770d901

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎.circleci/config.yml‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2.1
2+
orbs:
3+
matlab: mathworks/matlab@0.4.0
4+
5+
jobs:
6+
build:
7+
machine:
8+
image: ubuntu-1604:201903-01
9+
steps:
10+
- checkout
11+
- matlab/install:
12+
release: R2021a
13+
- matlab/run-tests:
14+
test-results-junit: artifacts/test_results/matlab/results.xml
15+
# Have to add test/tools to the path for certain tests.
16+
source-folder: .;test/tools;src
17+
- store_test_results:
18+
path: artifacts/test_results
19+
- store_artifacts:
20+
path: artifacts/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /