Skip to content
Snippets Groups Projects
Commit e4b1a533 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Test Gitlab CI

parent bffadce1
No related branches found
No related tags found
No related merge requests found
stages:
- build-all
- release
all-platforms:
stage: build-all
tags:
- cgeek-test
script:
- >-
echo "pouetpouet" > test_windows.txt
- >-
echo "bidule" > test_linux.txt
artifacts:
name: all
when: always
paths:
- test_windows.txt
- test_linux.txt
only:
- tags
linux:
stage: release
tags:
- cgeek-test
script:
- ls -l test_linux.txt
artifacts:
name: linux
paths:
- test_linux.txt
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment