Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@@ -1,10 +1,16 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- src/**
|
||||
- .github/workflows/**
|
||||
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- src/**
|
||||
- .github/workflows/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@@ -8,8 +8,6 @@
|
||||
*
|
||||
* Application resource script for Windows.
|
||||
*
|
||||
*
|
||||
*
|
||||
* Authors: Miran Grca, <mgrca8@gmail.com>
|
||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
* David Hrdlička, <hrdlickadavid@outlook.com>
|
||||
|
Reference in New Issue
Block a user