1
0
Fork 0
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:
Raphaël Zumer 2019-12-12 15:23:57 -05:00
parent 7027813cb2
commit d2e7519763

View file

@ -1,6 +1,6 @@
name: C/C++ CI with CMake
name: CMake Build (Ubuntu x86-64)
on: [push]
on: [push, pull_request]
env:
BUILD_TYPE: Release
@ -8,9 +8,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies