Sfoglia il codice sorgente

Create ci_src_examples_macos.yml

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

+ 13
- 0
.github/workflows/ci_src_examples_macos.yml Vedi File

@ -0,0 +1,13 @@
name: CI - Source & Examples - Windows
on: [push, pull_request, release]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: make src
run: cd src && make PLATFORM=PLATFORM_DESKTOP
- name: make examples
run: cd examples && make PLATFORM=PLATFORM_DESKTOP

Caricamento…
Annulla
Salva