-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI action; Snip changelog file; Rename license file
- Loading branch information
1 parent
dd90379
commit 43b22e1
Showing
3 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Apertium Simpleton UI CI Build | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: dependencies | ||
run: | | ||
sudo apt-get -q update | ||
sudo apt-get -qfy install --no-install-recommends cmake build-essential qt5-qmake qtbase5-dev | ||
- name: cmake | ||
run: cmake . | ||
- name: make | ||
run: make -j4 | ||
- name: make install | ||
run: sudo make install |
File renamed without changes.