-
Notifications
You must be signed in to change notification settings - Fork 0
/
c-cpp.yml
46 lines (40 loc) · 1.36 KB
/
c-cpp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: C/C++ CI
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt install -y libsndfile-dev libsamplerate-dev libportaudio2
- name: Install Qt
uses: jurplel/[email protected]
with:
# Directory to install Qt
dir: . # optional
# Version of Qt to install
version: 5.15.0 # optional, default is 5.12.9
# Host platform
# host: # optional
# Target platform for build
# target: # optional, default is desktop
# Architecture for Windows/Android
# arch: # optional
# Whether or not to install Qt dependencies on Linux
# install-deps: # optional, default is true
# Additional Qt modules to install
# modules: # optional
# Force a Qt mirror in case the default is not working
# mirror: # optional
# Whether or not to actually download Qt
# cached: # optional, default is false
# Version of aqtinstall to use in case of issues
# aqtversion: # optional, default is ==0.9
# Version of py7zr to use in case of issues
# py7zrversion: # optional, default is ==0.7
# Any extra arguments to append to the back
# extra: # optional