Compare commits

..

1 Commits

Author SHA1 Message Date
b524730275 feat: first build of ProxLB
Some checks failed
Build / Build on AlmaLinux 8 (pull_request) Failing after 36s
- version 1.0.2
- setup gitea actions workflows
2024-09-07 22:18:01 +10:00

View File

@ -26,7 +26,7 @@ prepare: download
# Build the project # Build the project
build: prepare build: prepare
cd $(BUILD_DIR) && cmake ../$(REPO_DIR)/packaging cd $(BUILD_DIR) && cmake $(REPO_DIR)/packaging
# Package the project # Package the project
package: build package: build