projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4835f9
)
Update main-ubuntu.yml
feature/github-actions
7592/head
author
Michael Friedrich
<michael.friedrich@icinga.com>
Fri, 25 Oct 2019 11:52:21 +0000
(13:52 +0200)
committer
GitHub
<noreply@github.com>
Fri, 25 Oct 2019 11:52:21 +0000
(13:52 +0200)
Fix build chdir
.github/workflows/main-ubuntu.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/main-ubuntu.yml
b/.github/workflows/main-ubuntu.yml
index b193d73d238124cbd1e0675dae68b1735b1b177d..98b376671e9cef4ba4f81a48b82aee578fe201c6 100644
(file)
--- a/
.github/workflows/main-ubuntu.yml
+++ b/
.github/workflows/main-ubuntu.yml
@@
-34,6
+34,7
@@
jobs:
-DCMAKE_INSTALL_RPATH=/usr/lib/${arch}-linux-gnu/icinga-boost
- name: Build
run: |
- make
- make test
- make install
+ cd debug
+ make
+ make test
+ make install