mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Restore CI
This commit is contained in:
parent
9d3725fecf
commit
c22248d8e7
6
.github/workflows/gcc.yml
vendored
6
.github/workflows/gcc.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: gcc
|
name: gcc
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
6
.github/workflows/msvc.yml
vendored
6
.github/workflows/msvc.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: MSVC
|
name: MSVC
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user