Skip to content

Commit 145a425

Browse files
Add build stages to the Gitlab yml
1 parent 270249c commit 145a425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ cache:
88
paths:
99
- .julia/
1010

11+
stages:
12+
- build
13+
- test
14+
1115
build:
1216
stage: build
1317
tags:

0 commit comments

Comments
 (0)