Skip to content

Commit

Permalink
fix(ci): ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 29, 2024
1 parent c3ba94b commit c556685
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt update && sudo apt install libssl-dev python-is-python3
- name: Build
run: make -s -j`nproc` TESTS=1 SAMPLES=1 ASAN=1 DEFAULT_TARGET=shared_release
- name: Run tests
run: >-
- run: sudo apt update && sudo apt install libssl-dev python-is-python3
- run: make -s -j`nproc` TESTS=1 SAMPLES=1 ASAN=1 DEFAULT_TARGET=shared_release
- run: >-
cp platform/Foundation/testsuite/bin/Linux/x86_64/TestApp platform/Foundation/testsuite &&
cd platform &&
CPPUNIT_IGNORE="
Expand All @@ -32,7 +29,5 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: brew install openssl@3 [email protected]
- name: Build
- run: brew install openssl@3 [email protected]
- run: PATH=/usr/local/opt/[email protected]/libexec/bin:$PATH make -s -j`sysctl -n hw.ncpu` DEFAULT_TARGET=shared_release

0 comments on commit c556685

Please sign in to comment.