Compare commits

..

No commits in common. "main" and "v0.2" have entirely different histories.
main ... v0.2

1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
name: Pingpong
on:
push:
branches: [dev]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up CMake
uses: threeal/cmake-action@v1.3.0
with:
cmake-version: 3.21
- name: Configure and build
run: |
cmake .
make