Files
nextcloud-samba-sync/.gitea/workflows/build.yml
bartfaik04 c0a1b0bbd5
Some checks failed
Build / build (push) Failing after 23s
Separate the ci jobs
2025-06-02 16:21:20 +02:00

27 lines
467 B
YAML

name: Build
on:
push: {}
defaults:
run:
shell: bash
working-directory: .
jobs:
build:
runs-on: ubuntu
container:
image: ubuntu:24.04
steps:
- name: Install build 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