Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4edbd313 authored by gama's avatar gama
Browse files

[CI] Also execute on Linux

parent c8eee694
No related branches found
No related tags found
No related merge requests found
Pipeline #47330 passed
...@@ -4,7 +4,7 @@ image: gcc ...@@ -4,7 +4,7 @@ image: gcc
stages: stages:
- build - build
# - test - test
# - deploy # - deploy
build:linux: build:linux:
...@@ -38,15 +38,15 @@ build:linux: ...@@ -38,15 +38,15 @@ build:linux:
# paths: # paths:
# - build/ # - build/
# # Run unit test # Run unit test
# test:linux: test:linux:
# stage: test stage: test
# tags: # tags:
# - linux # - linux
# script: script:
# - ./build/test/unit_test - ./build/sandbox/implementation/standalone/sandbox
# dependencies: dependencies:
# - build:linux - build:linux
# # Build and Push Docker Image # # Build and Push Docker Image
# build:docker: # build:docker:
......
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