Skip to content

Commit

Permalink
Merge pull request #160 from eseiler/infra/install_ci
Browse files Browse the repository at this point in the history
[INFRA] Update install CI
  • Loading branch information
eseiler authored Nov 4, 2024
2 parents a76f41d + 28effa2 commit 68bf371
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: needle

- name: Create source package
run: |
mkdir package && cd package
cmake .. -DCMAKE_BUILD_TYPE=Release \
-Dneedle_PACKAGE=ON \
-Dneedle_TEST=OFF
cmake ../needle -DCMAKE_BUILD_TYPE=Release \
-Dneedle_PACKAGE=ON \
-Dneedle_TEST=OFF
make package_source
mkdir ../unpacked
tar xf needle-*.tar.xz -C ../unpacked --strip-components=1
Expand Down

0 comments on commit 68bf371

Please sign in to comment.