Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
compass-github-pull
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
steinbac
compass-github-pull
Commits
e752eba8
Commit
e752eba8
authored
Oct 02, 2018
by
Peter Steinbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added cat of produced build_machine.hpp header for debugging
parent
32aa775b
Pipeline
#631
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.gitlab-ci.yml
View file @
e752eba8
...
...
@@ -5,8 +5,8 @@ centos_build:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
cmake ..
&& cat tests/build_machine.hpp
-
make
VERBOSE=1
centos_test
:
stage
:
test
...
...
@@ -15,8 +15,8 @@ centos_test:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
cmake ..
&& cat tests/build_machine.hpp
-
make
VERBOSE=1
-
ctest -V
mac_build
:
...
...
@@ -26,8 +26,8 @@ mac_build:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
cmake ..
&& cat tests/build_machine.hpp
-
make
VERBOSE=1
mac_test
:
stage
:
test
...
...
@@ -36,8 +36,8 @@ mac_test:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
cmake ..
&& cat tests/build_machine.hpp
-
make
VERBOSE=1
-
ctest -V
ubuntu_build
:
...
...
@@ -47,8 +47,8 @@ ubuntu_build:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
cmake ..
&& cat tests/build_machine.hpp
-
make
VERBOSE=1
win_build
:
stage
:
build
...
...
@@ -57,7 +57,7 @@ win_build:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
cmake ..
&& type tests/build_machine.hpp
-
cmake --build .
win_test
:
...
...
@@ -67,7 +67,7 @@ win_test:
script
:
-
mkdir build
-
cd build
-
cmake ..
-
cmake ..
&& type tests/build_machine.hpp
-
cmake --build . --config Release
-
ctest -V -C Release
Write
Preview
Markdown
is supported
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