mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
fix parallel stuff
This commit is contained in:
parent
0d48b2942c
commit
7ed28d42bb
@ -15,30 +15,31 @@ steps:
|
|||||||
- cp -r -v $CI_REPO_NAME build_and_test_linux
|
- cp -r -v $CI_REPO_NAME build_and_test_linux
|
||||||
- cp -r -v $CI_REPO_NAME spinoff_test_linux
|
- cp -r -v $CI_REPO_NAME spinoff_test_linux
|
||||||
- cp -r -v $CI_REPO_NAME feature_set_copy_test_linux
|
- cp -r -v $CI_REPO_NAME feature_set_copy_test_linux
|
||||||
|
- cd $CI_REPO_NAME
|
||||||
- name: check-linux
|
- name: check-linux
|
||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
commands:
|
commands:
|
||||||
- cd check_linux
|
- cd ../check_linux
|
||||||
- BA_PCOMMANDBATCH_BUILD_REQUIRE=1 make check
|
- BA_PCOMMANDBATCH_BUILD_REQUIRE=1 make check
|
||||||
depends_on: [parallel-prepare]
|
depends_on: [parallel-prepare]
|
||||||
- name: build-and-test-linux
|
- name: build-and-test-linux
|
||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
commands:
|
commands:
|
||||||
- cd build_and_test_linux
|
- cd ../build_and_test_linux
|
||||||
- make cmake-server-build
|
- make cmake-server-build
|
||||||
- BA_PCOMMANDBATCH_BUILD_REQUIRE=1 BA_APP_RUN_ENABLE_BUILDS=1 BA_APP_RUN_BUILD_HEADLESS=1 make test
|
- BA_PCOMMANDBATCH_BUILD_REQUIRE=1 BA_APP_RUN_ENABLE_BUILDS=1 BA_APP_RUN_BUILD_HEADLESS=1 make test
|
||||||
depends_on: [parallel-prepare]
|
depends_on: [parallel-prepare]
|
||||||
- name: spinoff-test-linux
|
- name: spinoff-test-linux
|
||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
commands:
|
commands:
|
||||||
- cd spinoff_test_linux
|
- cd ../spinoff_test_linux
|
||||||
- make spinoff-test-core
|
- make spinoff-test-core
|
||||||
- make spinoff-test-base
|
- make spinoff-test-base
|
||||||
depends_on: [parallel-prepare]
|
depends_on: [parallel-prepare]
|
||||||
- name: feature-set-copy-test-linux
|
- name: feature-set-copy-test-linux
|
||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
commands:
|
commands:
|
||||||
- cd feature_set_copy_test_linux
|
- cd ../feature_set_copy_test_linux
|
||||||
- tools/spinoff fset-copy template_fs poo
|
- tools/spinoff fset-copy template_fs poo
|
||||||
- make update
|
- make update
|
||||||
- make cmake-modular-server-build
|
- make cmake-modular-server-build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user