Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GabTux committed Mar 15, 2024
1 parent e27b3e7 commit 975bf9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ jobs:
run: cmake -S. -Bbuild -DTEST_INSTALLED_VERSION=1

- name: build
run: cmake --build build --config Debug -j4

- name: test
run: |
cd build
ctest --build-config Debug
run: cmake --build build --config Debug -j4
5 changes: 4 additions & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ env:

jobs:
build:
runs-on: ubuntu-latest, macos-latest, windows-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu
name: Tests

on:
push:
Expand Down

0 comments on commit 975bf9a

Please sign in to comment.