Skip to content

Commit

Permalink
Added simple build test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslaurenson committed Jan 9, 2024
1 parent 9e03402 commit b544b76
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Check source
run: pwd; ls -lisa
- name: Create build directory
run: mkdir build; cd build

- name: Check cmake version
run: cmake --version
- name: Run cmake
run: cmake ..

- name: Check gcc version
run: gcc --version
- name: Compile
run: make

- name: Check build
run: ./bin/mpqcli --version

0 comments on commit b544b76

Please sign in to comment.