Sfoglia il codice sorgente

Create ci_src_examples_win.yml

pull/1060/head
Ray 5 anni fa
committed by GitHub
parent
commit
98f4e06a37
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. +15
    -0
      .github/workflows/ci_src_examples_win.yml

+ 15
- 0
.github/workflows/ci_src_examples_win.yml Vedi File

@ -0,0 +1,15 @@
name: CI - Source & Examples - Windows
on: [push, pull_request, release]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Enable MSVC Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.0.0
- name: Build using CL.EXE
run: cd src && make PLATFORM=PLATFORM_DESKTOP
- name: make examples
run: cd examples && make PLATFORM=PLATFORM_DESKTOP

Caricamento…
Annulla
Salva