Skip to content
Snippets Groups Projects
Commit 26ab3e2b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add an install-linux CI job

parent 73186d7c
Branches
Tags
No related merge requests found
......@@ -104,6 +104,15 @@ smoketest-jsexec-linux:
- "*.exe.release/jsexec -C -c../../ctrl -r 'exit(0)'"
dependencies: ["linux-x64 [sbbs]"]
install-linux:
tags: [Linux]
image: gcc
stage: test
extends: .rules
script:
- make -f install/install-sbbs.mk NOCAP=1
dependencies: ["linux-x64 [sbbs]"]
"windows-x86 [sbbs]":
tags: [Windows]
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment