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

Add CI script.

parent ba839978
No related branches found
No related tags found
No related merge requests found
variables:
OMP_NUM_THREADS: 1
GIT_STRATEGY: clone
APPLICATION: PuReMD
before_script:
- echo "[INFO] Starting..."
stages:
- build
- test
compile:
stage: build
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
untrack: true
expire_in: 1 week
script:
- ./configure && make
run:
stage: test
dependencies:
- compile
script:
- echo "[INFO] Testing..."
- sPuReMD/bin/spuremd data/benchmarks/water/water_6540.pdb data/benchmarks/water/ffield.water environ/control_water
- echo "[INFO] Done testing"
after_script:
- echo "[INFO] Complete"
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