Синтаксис команд скрипта
This commit is contained in:
parent
5f8922409e
commit
92dc9a01ad
@ -102,11 +102,10 @@ variables:
|
||||
image: focal-dev
|
||||
tags: ['format']
|
||||
script:
|
||||
- >
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --target check-format-sources
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake --build . --target check-format-sources
|
||||
|
||||
.myx-cmake-format-sources-check:
|
||||
variables:
|
||||
@ -114,11 +113,10 @@ variables:
|
||||
image: focal-dev
|
||||
tags: ['format']
|
||||
script:
|
||||
- >
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --target myx-cmake-format-sources-check
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake --build . --target myx-cmake-format-sources-check
|
||||
|
||||
.format-sources-check-custom:
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user