mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 12:58:43 +08:00
Github actions for MSVC
This commit is contained in:
parent
1a3a2ce5cb
commit
44e2730baa
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,14 +1,14 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [feature/github-actions-for-windows-compilers ]
|
||||
branches: [ feature/github-actions-for-windows-compilers ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build-visual-studio:
|
||||
runs-on: [windows]
|
||||
runs-on: windows
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user