mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-27 14:25:34 +00:00
Fixes for github actions (autotools).
This commit is contained in:
@@ -88,8 +88,8 @@ jobs:
|
||||
install: >-
|
||||
mingw-w64-${{ matrix.arch }}-gtkmm3
|
||||
mingw-w64-${{ matrix.arch }}-pkg-config
|
||||
mingw-w64-${{ matrix.arch }}-autoconf
|
||||
mingw-w64-${{ matrix.arch }}-automake
|
||||
autoconf
|
||||
automake
|
||||
mingw-w64-${{ matrix.arch }}-gcc
|
||||
mingw-w64-${{ matrix.arch }}-fontconfig
|
||||
make
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
name: Build - GTK3 Branch (Tier 2 platforms)
|
||||
|
||||
# Manually triggered
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the branch
|
||||
push:
|
||||
branches: [ gsmartcontrol-gtk3 ]
|
||||
pull_request:
|
||||
branches: [ gsmartcontrol-gtk3 ]
|
||||
# Allows you to run this workflow manually from the Actions tab.
|
||||
# This does not work for non-default branches, that's why we use the push / pull_request triggers above.
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
Reference in New Issue
Block a user