Files
isspam/.gitea/workflows/build.yaml
T
retoor 8f0cf0fb92
isspam build / build (push) Failing after 56s
Changed source path.
2024-11-30 21:32:18 +01:00

19 lines
548 B
YAML

name: isspam build
run-name: isspam build and memory check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: apt update
- run: apt install build-essential valgrind make curl -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
- run: source $HOME/.cargo/env
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: make