Skip to content

Commit ffa7272

Browse files
author
宋家豪
committed
add gitlab ci
1 parent 7357aaa commit ffa7272

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.tongyuan/.gitlab-ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
include:
2+
- 'https://git.tongyuan.cc/syslab/ci/julia-ci-templates/raw/main/v3.yml'
3+
4+
# 执行 Julia 标准单元测试 pkg> test
5+
# 进阶配置参考阅读: https://git.tongyuan.cc/syslab/ci/julia-ci-templates#Linux单元测试
6+
单元测试(Ubuntu):
7+
parallel:
8+
matrix:
9+
- julia_version: ["1.7", "1.9", "1.10"]
10+
# variables:
11+
# python_version: "3.7"
12+
extends:
13+
- .ubuntu_x86_64
14+
- .setup_julia
15+
- .test_linux
16+
17+
注册:
18+
needs: []
19+
extends:
20+
- .register_fork

0 commit comments

Comments
 (0)