aboutsummaryrefslogtreecommitdiffstats
path: root/.forgejo/workflows/demo.yaml
blob: ff8065170265a187c13d31aac6a57f3983f2e1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
on: [push]
jobs:
  test:
    runs-on: self-hosted
    steps:
      - run: |
         sudo apt update \
         && sudo apt install git repo gnupg flex bison gperf build-essential zip curl \
           zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 libncurses5-dev \
           libncurses5 libx11-dev lib32z1-dev libgl1-mesa-dev \
           libxml2-utils xsltproc unzip rsync python3 python-is-python3 tofrodos repo
      - run: mkdir -p artifacts
      - uses: actions/upload-artifact@v3
        with:
          name: many-artifacts
          path: artifacts/
      - run: ./build.sh