mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-07 19:50:48 +00:00
Fixing build CI
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Building:
|
||||
runs-on: [ubuntu-18.04]
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@@ -31,9 +31,9 @@ jobs:
|
||||
- name: Build Makefile with CMake
|
||||
run: mkdir -p build && cd build && cmake ..
|
||||
- name: Build with Makefile
|
||||
run: make -C build ComSquare
|
||||
run: make -C build comsquare
|
||||
- name: Archive production artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ComSquare
|
||||
path: build/ComSquare
|
||||
name: comsquare
|
||||
path: build/comsquare
|
||||
|
||||
Reference in New Issue
Block a user