aboutsummaryrefslogtreecommitdiffstats
path: root/.forgejo/workflows/demo.yaml
blob: 8ce50699c4a6561488068463d3ab9adae4166ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on: [push]
jobs:
  test:
    runs-on: debian-latest
    steps:
      - run:  |
         sudo apt update && 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