Skip to content
Snippets Groups Projects
Commit 9a5927fb authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

Update .gitlab-ci.yml.

parent 700c402a
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,6 @@ variables:
GIT_STRATEGY: clone
APPLICATION: PuReMD
before_script:
- echo "[INFO] Starting..."
- apt-get update -qq && apt-get install -y -qq autoconf automake libtool gcc
stages:
- build
- test
......@@ -14,10 +10,16 @@ stages:
compile:
stage: build
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
expire_in: 1 week
name: "${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}"
paths:
- sPuReMD/bin
- sPuReMD/lib
before_script:
- apt-get update -qq && apt-get install -y -qq autoconf automake libtool gcc
script:
- echo "[INFO] Building..."
- autoreconf -ivf && ./configure && make
- echo "[INFO] Done building"
run:
stage: test
......
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