Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
5ebe7220
Unverified
Commit
5ebe7220
authored
Mar 30, 2019
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👷
full workflow
parent
ecf4d5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
.circleci/config.yml
.circleci/config.yml
+16
-5
No files found.
.circleci/config.yml
View file @
5ebe7220
...
@@ -8,9 +8,20 @@ jobs:
...
@@ -8,9 +8,20 @@ jobs:
-
checkout
-
checkout
-
run
:
-
run
:
name
:
Greeting
name
:
Install sudo
command
:
echo Hello, world.
command
:
'
apt-get
update
&&
apt-get
install
-y
sudo
&&
rm
-rf
/var/lib/apt/lists/*'
-
run
:
name
:
Install GCC
command
:
'
apt-get
update
&&
apt-get
install
-y
gcc
g++'
-
run
:
name
:
Install CMake
command
:
'
apt-get
update
&&
sudo
apt-get
install
-y
cmake'
-
run
:
name
:
Create build files
command
:
'
cmake
-Bbuild'
-
run
:
name
:
Compile
command
:
'
cmake
--build
build'
-
run
:
-
run
:
name
:
Print the Current Tim
e
name
:
Execute test suit
e
command
:
date
command
:
'
cd
build
;
ctest'
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