Skip to content

Commit

Permalink
WIP: patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Paleologue committed Sep 13, 2021
1 parent f736b79 commit 42fc3e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

steps:

- name: Install Utilities
run: sudo apt install patchelf

- name: Install Build Tools
run: pip install qibuild

Expand All @@ -29,7 +32,7 @@ jobs:
- uses: actions/checkout@v2

- name: Prepare QiBuild Toolchain
run: qitoolchain create qisdk $FEED
run: qitoolchain create qisdk $FEED -v

- name: Prepare QiBuild Config
run: |
Expand All @@ -40,7 +43,7 @@ jobs:
run: qibuild configure -c qisdk --debug -DQI_WITH_TESTS=ON -DCMAKE_CXX_FLAGS=-pthread

- name: Build
run: qibuild make -c qisdk
run: qibuild make -c qisdk -v

- name: Test
run: qitest run -c qisdk
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Install Utilities
run: sudo apt install apt-utils ca-certificates locales curl wget jq libxml2-utils xmlstarlet
run: sudo apt install apt-utils ca-certificates locales curl wget jq libxml2-utils xmlstarlet patchelf

- name: Install Build Tools
run: pip install qibuild
Expand Down

0 comments on commit 42fc3e3

Please sign in to comment.