Build test program; upload binaries
This commit is contained in:
+19
-17
@@ -22,29 +22,31 @@ jobs:
|
|||||||
sudo apt-get update -y -qq
|
sudo apt-get update -y -qq
|
||||||
sudo apt-get install libsdl2-dev libglew-dev
|
sudo apt-get install libsdl2-dev libglew-dev
|
||||||
|
|
||||||
- name: Print Folder Structure
|
#- name: Print Folder Structure
|
||||||
if: runner.os == 'Linux'
|
# if: runner.os == 'Linux'
|
||||||
run: ls -l
|
# run: ls -l
|
||||||
|
|
||||||
- name: Linux - Build Base Binary
|
- name: Linux - Build Base Binary
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: make
|
|
||||||
|
|
||||||
- name: Print Folder Structure
|
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
make lib
|
||||||
ls -l ./build
|
make test
|
||||||
ls -l ./dist
|
|
||||||
|
|
||||||
#- name: Linux - Upload Build
|
#- name: Print Folder Structure
|
||||||
# uses: actions/upload-artifact@v3
|
|
||||||
# if: runner.os == 'Linux'
|
# if: runner.os == 'Linux'
|
||||||
# with:
|
# run: |
|
||||||
# name: sort_cuda
|
# ls -l
|
||||||
# path: |
|
# ls -l ./build
|
||||||
# ./dist/libsm64.h
|
# ls -l ./dist
|
||||||
# ./dist/libsm64.so
|
|
||||||
|
- name: Linux - Upload Build
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
with:
|
||||||
|
name: libsm64
|
||||||
|
path: |
|
||||||
|
./dist
|
||||||
|
./build
|
||||||
|
|
||||||
#Release:
|
#Release:
|
||||||
# name: "Snapshot Release"
|
# name: "Snapshot Release"
|
||||||
|
|||||||
Reference in New Issue
Block a user