File: fedora_latest.yml

package info (click to toggle)
scamp 2.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 82,260 kB
  • sloc: ansic: 33,828; sh: 1,055; makefile: 299; python: 42
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Fedora build

on:
    push:
        paths-ignore:
            - 'doc/**'
    pull_request:
        paths-ignore:
            - 'doc/**'

jobs:

  fedora_build:
    runs-on: ubuntu-latest
    if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Build
        run: docker run --privileged=true -e CI -e WORK_DIR="$PWD" -v $PWD:$PWD -v /var/run/docker.sock:/var/run/docker.sock fedora:latest /bin/bash $PWD/.github/workflows/fedora/build.sh