mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 15:49:47 +01:00
Actions
This commit is contained in:
parent
c3d75d3788
commit
44f0737597
26
.github/workflows/rssguard.yml
vendored
Executable file
26
.github/workflows/rssguard.yml
vendored
Executable file
@ -0,0 +1,26 @@
|
||||
---
|
||||
name: rssguard
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
build-rssguard:
|
||||
name: "Build RSS Guard on ${{ matrix.os }}"
|
||||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-2019, ubuntu-16.04, macos-10.15]
|
||||
include:
|
||||
- os: windows-2019
|
||||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||
- os: ubuntu-16.04
|
||||
script_name: .\resources\scripts\github-actions\build-linux-mac.sh
|
||||
- os: macos-10.15
|
||||
script_name: .\resources\scripts\github-actions\build-linux-mac.sh
|
||||
steps:
|
||||
- name: Compile app
|
||||
run: ${{ matrix.script_name }}
|
3
resources/scripts/github-actions/build-linux-mac.sh
Executable file
3
resources/scripts/github-actions/build-linux-mac.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "testttt"
|
1
resources/scripts/github-actions/build-windows.ps1
Executable file
1
resources/scripts/github-actions/build-windows.ps1
Executable file
@ -0,0 +1 @@
|
||||
echo "testttt"
|
Loading…
x
Reference in New Issue
Block a user