Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Apr 21, 2024
1 parent 87cc40a commit 31df731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#t - uses: actions/checkout@v2

- name: Install prereqs
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
mkdir build
cd build
cmake ..
make -j8
make -j2
sudo make install
- name: Install Google Tests
Expand All @@ -38,7 +38,7 @@ jobs:
tar xf release-1.11.0.tar.gz
cd googletest-release-1.11.0
cmake .
make -j8
make -j2
sudo make install
- name: Build tests
Expand All @@ -48,6 +48,6 @@ jobs:
mkdir build
cd build
cmake ..
make -j8 unit_tests
make -j2 unit_tests
./unit_tests

0 comments on commit 31df731

Please sign in to comment.