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
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
codestyle:
|
||||
name: CodeStyleCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Code Style
|
||||
run: |
|
||||
./scripts/check
|
||||
make -C scripts/helper
|
||||
./scripts/find-banned.sh
|
||||
#codestyle:
|
||||
# name: CodeStyleCheck
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v1
|
||||
# - name: Code Style
|
||||
# run: |
|
||||
# ./scripts/check
|
||||
# make -C scripts/helper
|
||||
# ./scripts/find-banned.sh
|
||||
build:
|
||||
name: Build
|
||||
needs: codestyle
|
||||
|
|
@ -28,28 +28,28 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
name: [
|
||||
Arch,
|
||||
Debian,
|
||||
FreeBSD,
|
||||
#Arch,
|
||||
#Debian,
|
||||
#FreeBSD,
|
||||
Void-musl
|
||||
]
|
||||
include:
|
||||
- name: Arch
|
||||
os: ubuntu-latest
|
||||
container: archlinux:base-devel
|
||||
env:
|
||||
TARGET: 'sh -xe'
|
||||
#- name: Arch
|
||||
# os: ubuntu-latest
|
||||
# container: archlinux:base-devel
|
||||
# env:
|
||||
# TARGET: 'sh -xe'
|
||||
|
||||
- name: Debian
|
||||
os: ubuntu-latest
|
||||
container: debian:testing
|
||||
env:
|
||||
TARGET: 'sh -xe'
|
||||
#- name: Debian
|
||||
# os: ubuntu-latest
|
||||
# container: debian:testing
|
||||
# env:
|
||||
# TARGET: 'sh -xe'
|
||||
|
||||
- name: FreeBSD
|
||||
os: ubuntu-latest
|
||||
env:
|
||||
TARGET: 'ssh freebsd /bin/sh -xe'
|
||||
#- name: FreeBSD
|
||||
# os: ubuntu-latest
|
||||
# env:
|
||||
# TARGET: 'ssh freebsd /bin/sh -xe'
|
||||
|
||||
- name: Void-musl
|
||||
os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue