Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jorchube committed Jan 2, 2021
1 parent f10b381 commit dba0947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ runs:
steps:
- name: Configure
run: meson build
shell: bash

- name: Compile
run: ninja -C build
run: ninja -C build
shell: bash
1 change: 1 addition & 0 deletions .github/actions/prepare-host/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ runs:
run: |
sudo apt update
sudo apt install build-essential gobject-introspection libgee-0.8-dev libgirepository1.0-dev libglib2.0-dev libxml2-dev libxml2-utils meson valac valadoc
shell: bash

0 comments on commit dba0947

Please sign in to comment.