Update and rename c-cpp.yml to standalone-ci.yml

merged pack and build into one step
This commit is contained in:
Du Ruixiang
2020-08-15 19:46:30 +08:00
committed by GitHub
parent b2f8a5604b
commit c3cc36b8d8

View File

@@ -15,7 +15,5 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install dependencies - name: install dependencies
run: sudo apt-get install -y build-essential cmake libasio-dev run: sudo apt-get install -y build-essential cmake libasio-dev
- name: build - name: build and pack
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build . run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build . && cpack
- name: pack
run: cpack