Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
7d14021d
Commit
7d14021d
authored
Aug 08, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update naff role's main.yml
build directory is no longer part of the git repo
parent
2d15a65f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
roles/naff_cpp/tasks/main.yml
roles/naff_cpp/tasks/main.yml
+7
-1
No files found.
roles/naff_cpp/tasks/main.yml
View file @
7d14021d
...
...
@@ -51,6 +51,13 @@
depth
:
1
when
:
not_there.rc ==
1
-
name
:
create build dir
become
:
yes
file
:
path
:
/tmp/NAFF_cpp/build
mode
:
0777
state
:
directory
-
name
:
build
command
:
cmake ..
args
:
...
...
@@ -58,7 +65,6 @@
creates
:
/tmp/NAFF_cpp/build/Makefile
when
:
not_there.rc ==
1
-
name
:
make
make
:
chdir
:
/tmp/NAFF_cpp/build
...
...
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