Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
performance
toolshed
visit_bools
Commits
feedb827
Commit
feedb827
authored
Aug 29, 2019
by
Pádraig Ó Conbhuí
Browse files
Add .gitlab-ci.yml
parent
24aa162d
Pipeline
#538
failed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
feedb827
.default job
:
image
:
ubuntu:rolling
tags
:
-
docker
before_script
:
-
apt-get update
-
apt-get -y install
g++ clang++
script
:
-
${CXX} -std=c++14 visit_bools.test.cpp && ./a.out
gcc
:
extends
:
.default job
variables
:
CXX
:
g++
clang
:
extends
:
.default job
variables
:
CXX
:
clang++
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment