Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# .github/workflows/main.yml
name: S60 Test

on: [push]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
build-and-test:
runs-on: S60
# 或者指定标签
# runs-on: [self-hosted, linux, x64]

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Test on S60
- name: Build
run: |
echo "Running on S60 runner"
set -x
echo "Now start to build"

- name: Test
run: |
set -x
echo "Now start to test"