Skip to content

Commit

Permalink
CI action; Snip changelog file; Rename license file
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Dec 28, 2023
1 parent dd90379 commit 43b22e1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
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
20 changes: 0 additions & 20 deletions ChangeLog

This file was deleted.

File renamed without changes.

0 comments on commit 43b22e1

Please sign in to comment.