Configuration file and CI #4
@@ -14,8 +14,11 @@ jobs:
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
steps:
|
||||
- name: Install build tools
|
||||
run: apt update && apt install -y build-essential
|
||||
- name: Install tools
|
||||
run: apt update && apt install -y build-essential git
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone "${GITEA_REPOSITORY_URL}" project && cp -r project/* ./
|
||||
|
||||
- name: Compile project
|
||||
run: make
|
||||
|
||||
Reference in New Issue
Block a user