Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Apr 4, 2024
1 parent f1ee4b7 commit e5262ff
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install packages
run: sudo apt -y install git g++ cmake libsqlite3-dev gcovr libjpeg-dev
shell: bash

- name: Clone aquamarine repo
run: git clone --branch ${{ github.head_ref }} https://github.com/MaksymT17/aquamarine.git
shell: bash

- name: Build artifacts with Cmake
run: |
cd aquamarine
./build.sh
echo "removing existing build folder..."
rm -rf build/ &&
mkdir build &&
echo "preparing new build with cmake..." &&
cd build/ &&
cmake .. &&
make &&
echo "Build complete!"
shell: bash

- name: Run unit tests
Expand Down

0 comments on commit e5262ff

Please sign in to comment.