Skip to content
Snippets Groups Projects
Commit bd74d4be authored by Will Morris's avatar Will Morris
Browse files

Added basic script to .gitlab-ci.yml -- TEST valid.

parent 6ebda32b
No related branches found
No related tags found
Loading
Pipeline #5489 failed
stages:
- compile
- submit
compile-mandelbrot:
stage: compile
script:
- gcc mandelbrot.c
submit-mandelbrot:
stage: submit
dependency:
- compile-mandelbrot
script:
- ./a.out
artifacts:
- new1.ppm
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