Skip to content

Commit

Permalink
ci: Update legacy build
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 5, 2024
1 parent c166bdb commit 85e74c8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: C/C++ CI
name: dragen-os build
# using make and C/C++

on:
release:
types: [published]
pull_request:
branches:
- main
Expand All @@ -17,7 +20,10 @@ jobs:
- name: Install dependancies
run: sudo apt-get install -y libboost-all-dev libgtest-dev
- name: make (compile and launch unit tests)
run: make
run: make -j 2
env:
HAS_GTEST: 0
STATIC: 1
- name: make install
run: sudo make install
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 85e74c8

Please sign in to comment.