Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa committed Dec 23, 2023
1 parent b617cdc commit 332b4a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Install Meson
run: sudo apt-get install meson build-essential

- name: Run bash script
- name: compile
run: make
- name: install
run: sudo make install
- name: Test if correct version
run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo && cd ../.. && rm -rf test/
- name: Test if version is incorrect
Expand Down

0 comments on commit 332b4a2

Please sign in to comment.