Skip to content
Snippets Groups Projects
Commit 9adb9081 authored by Gaëlle GIRARD's avatar Gaëlle GIRARD :star:
Browse files

Added .gitlab-ci.yml

parent d9e329dd
Branches super-loading-screen
Tags
No related merge requests found
image: ubuntu:18.04
stages:
- tests
unitTests:
stage: tests
script:
- apt-get update
- apt-get -y install curl
- apt-get -y install unzip
- bash gut_ci.sh
only:
- unit-tests
variables:
ErrorActionPreference: stop
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment