Files
nextcloud-samba-sync/.gitea/workflows/build.yml
bartfaik04 754cc29a83
Some checks failed
Build / build (push) Failing after 3s
Use Github's checkout instead of apt git
2025-06-02 16:30:25 +02:00

30 lines
530 B
YAML

name: Build
on:
push: {}
defaults:
run:
shell: bash
working-directory: .
jobs:
build:
runs-on: ubuntu
container:
image: ubuntu:24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install tools
run: apt update && apt install -y build-essential
- name: Compile project
run: make
- name: Save build output
uses: actions/upload-artifact@v3
with:
name: ncsambawatcher
path: ./ncsambawatcher