Qt-Advanced-Docking-System/.github/workflows/actions_test.yml

18 lines
261 B
YAML
Raw Normal View History

2019-11-30 06:10:39 +08:00
name: Ubuntu 18.04
2019-11-30 05:29:49 +08:00
on: [push]
jobs:
build:
2019-11-30 05:59:24 +08:00
runs-on: ubuntu-18.04
2019-11-30 05:29:49 +08:00
steps:
- uses: actions/checkout@v1
2019-11-30 05:44:07 +08:00
- name: install qt
2019-11-30 06:12:12 +08:00
run: sudo apt-get install qt5-default
2019-11-30 05:39:07 +08:00
- name: qmake
run: qmake
2019-11-30 05:29:49 +08:00
- name: make
2019-11-30 06:04:35 +08:00
run: make -j4