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
2649568e
Commit
2649568e
authored
Aug 29, 2019
by
Pádraig Ó Conbhuí
Browse files
Add .gitlab-ci.yml
parent
24aa162d
Pipeline
#541
passed with stage
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
2649568e
.default job
:
image
:
ubuntu:rolling
tags
:
-
docker
before_script
:
-
apt-get update
-
apt-get -y install
g++ clang
script
:
-
echo CXX = $(which ${CXX})
-
${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