Skip to content
Snippets Groups Projects
Verified Commit 71807172 authored by Ralph Giles's avatar Ralph Giles
Browse files

gitlab-ci: Add scons build.

Apparently this still has users, so test it, rather than
removing it. Verify we can build and clean up without error.
parent c5a83d0a
No related branches found
No related tags found
1 merge request!6Add gitlab ci jobs
Pipeline #2218 failed
......@@ -4,7 +4,7 @@ default:
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc:9
build:
autotools:
stage: build
before_script:
- apt-get update &&
......@@ -16,3 +16,14 @@ build:
- ./configure
- make
- make distcheck
scons:
stage: build
before_script:
- apt-get update &&
apt-get install -y libogg-dev libvorbis-dev
libsdl-dev libpng-dev libtiff-dev
scons
script:
- scons
- scons -c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment