mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[dirty] disable all other jobs
This commit is contained in:
parent
7e0cdf2848
commit
3683106c28
1 changed files with 27 additions and 27 deletions
54
.github/workflows/build.yml
vendored
54
.github/workflows/build.yml
vendored
|
|
@ -10,16 +10,16 @@
|
||||||
name: CI
|
name: CI
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
codestyle:
|
#codestyle:
|
||||||
name: CodeStyleCheck
|
# name: CodeStyleCheck
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
- name: Code Style
|
# - name: Code Style
|
||||||
run: |
|
# run: |
|
||||||
./scripts/check
|
# ./scripts/check
|
||||||
make -C scripts/helper
|
# make -C scripts/helper
|
||||||
./scripts/find-banned.sh
|
# ./scripts/find-banned.sh
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
needs: codestyle
|
needs: codestyle
|
||||||
|
|
@ -28,28 +28,28 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
name: [
|
name: [
|
||||||
Arch,
|
#Arch,
|
||||||
Debian,
|
#Debian,
|
||||||
FreeBSD,
|
#FreeBSD,
|
||||||
Void-musl
|
Void-musl
|
||||||
]
|
]
|
||||||
include:
|
include:
|
||||||
- name: Arch
|
#- name: Arch
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
container: archlinux:base-devel
|
# container: archlinux:base-devel
|
||||||
env:
|
# env:
|
||||||
TARGET: 'sh -xe'
|
# TARGET: 'sh -xe'
|
||||||
|
|
||||||
- name: Debian
|
#- name: Debian
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
container: debian:testing
|
# container: debian:testing
|
||||||
env:
|
# env:
|
||||||
TARGET: 'sh -xe'
|
# TARGET: 'sh -xe'
|
||||||
|
|
||||||
- name: FreeBSD
|
#- name: FreeBSD
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
env:
|
# env:
|
||||||
TARGET: 'ssh freebsd /bin/sh -xe'
|
# TARGET: 'ssh freebsd /bin/sh -xe'
|
||||||
|
|
||||||
- name: Void-musl
|
- name: Void-musl
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue