Skip to content
Snippets Groups Projects
Commit 45ef7650 authored by TwilCynder's avatar TwilCynder
Browse files

CI/CD for tester + rename

parent 16de0b55
No related branches found
No related tags found
No related merge requests found
......@@ -38,5 +38,11 @@ job-build-test:
- ./configure.sh
- make tests
job-build-ext_tester:
stage: build
script:
- cd ext_tester
- make
workflow:
name: 'Pipeline for branch: $CI_COMMIT_BRANCH'
include ../build_params.mk
BIN = test
BIN = mojitos_tester
SRC_DIR = src
OBJ_DIR = obj
SRC= $(wildcard $(SRC_DIR)/*.c $(SRC_DIR)/**/*.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment