-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (39 loc) · 1.03 KB
/
pop.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# available github action variables can be found
# https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
name: pop
on: [push,pull_request]
env:
AGENT_ID: github_runner
GH_BRANCH: ${{ github.head_ref || github.ref_name }}
run-name: pop branch ${{ github.head_ref || github.ref_name }} for ${{github.actor}}
jobs:
pop-on-os-matrix:
name: pop
strategy:
matrix:
os:
# - macos-10.15
# - macos-11
# - macos-12
- macos-latest
# - ubuntu-18.04
# - ubuntu-20.04
# - ubuntu-22.04
- ubuntu-latest
# - windows-2022
# - windows-2019
- windows-latest
arch:
- X64
- ARM64
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
- name: execution proof-of-performance script pop-github-launch.sh
shell: bash
env:
debug: true
run: |
ls -la; \
.github/workflows/pop-github-launch.sh