mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
Restore CI
This commit is contained in:
6
.github/workflows/gcc.yml
vendored
6
.github/workflows/gcc.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: gcc
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
6
.github/workflows/msvc.yml
vendored
6
.github/workflows/msvc.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: MSVC
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user