mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
reorganize pull commands
This commit is contained in:
parent
40af5a53a9
commit
388d06c8ee
14
.github/workflows/clang-format.yml
vendored
14
.github/workflows/clang-format.yml
vendored
@ -127,9 +127,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
- run: |
|
- run: pip install cpplint
|
||||||
pip install cpplint
|
- run: git pull
|
||||||
git pull
|
|
||||||
- run: cpplint --filter=-legal --recursive .
|
- run: cpplint --filter=-legal --recursive .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -143,9 +142,6 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: git pull
|
- run: git pull
|
||||||
run: git pull
|
- run: cmake -B ./build -S .
|
||||||
- name: configure
|
- run: cmake --build build
|
||||||
run: cmake -B ./build -S .
|
|
||||||
- name: build
|
|
||||||
run: cmake --build build
|
|
||||||
|
Loading…
Reference in New Issue
Block a user