Skip to content

Commit a5e1397

Browse files
committed
re-enabling linux builds
1 parent 810868f commit a5e1397

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#linux:
2-
# image: debian:buster-slim
3-
# stage: build
4-
# script: "build/linux/buildAppImage.sh"
5-
# artifacts:
6-
# paths:
7-
# - dist/
8-
# only:
9-
# - master
1+
linux:
2+
image: debian:buster-slim
3+
stage: build
4+
script: "build/linux/buildAppImage.sh"
5+
artifacts:
6+
paths:
7+
- dist/
8+
only:
9+
- master
1010

1111
windows:
1212
stage: build

0 commit comments

Comments
 (0)