mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Enable GitHub CI on pull request
Also rename the build to be more specific.
This commit is contained in:
parent
7027813cb2
commit
d2e7519763
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: C/C++ CI with CMake
|
name: CMake Build (Ubuntu x86-64)
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
@ -8,9 +8,9 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
Loading…
Add table
Reference in a new issue