mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
20 lines
298 B
YAML
20 lines
298 B
YAML
---
|
|
name: Crosscompile
|
|
|
|
"on":
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
test:
|
|
name: Run ./test_crosscompile.sh
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Run ./test_crosscompile.sh
|
|
run: ./test_crosscompile.sh
|