Skip to content

Commit

Permalink
fix(ci): added linux aarch64 libs and fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BoySanic committed May 1, 2021
1 parent 27b1028 commit b4f10aa
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: msys2/setup-msys2@v2
- name: build
run: |
g++ filter9000-boinc.cpp -o filter9000.exe ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/win -lstdc++ -static -static-libstdc++ -D_WIN64 -DBOINC -DWIN64 -D_WIN32 -DWIN32 -lboinc_api -lboinc
g++ filter9000-boinc.cpp -o filter9000.exe ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/x86_64/win -lstdc++ -static -static-libstdc++ -D_WIN64 -DBOINC -DWIN64 -D_WIN32 -DWIN32 -lboinc_api -lboinc
dir
- uses: actions/upload-artifact@v2
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: build
run: |
g++ filter9000-boinc.cpp -o filter9000 ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/lin -lstdc++ -static -static-libstdc++ -DBOINC -lboinc_api -lboinc -pthread
g++ filter9000-boinc.cpp -o filter9000 ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/x86_64/lin -lstdc++ -static -static-libstdc++ -DBOINC -lboinc_api -lboinc -pthread
ls -la
- uses: actions/upload-artifact@v2
with:
Expand All @@ -44,7 +44,7 @@ jobs:
sudo apt install gcc-10-aarch64-linux-gnu
- name: build
run: |
aarch64-linux-gnu-g++-10 filter9000-boinc.cpp -o filter9000 ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/lin -lstdc++ -static -static-libstdc++ -DBOINC -lboinc_api -lboinc -pthread
aarch64-linux-gnu-g++-10 filter9000-boinc.cpp -o filter9000 ./Pieces/Stronghold.cpp ./Pieces/StrongholdPiece.cpp ./cubiomes/finders.c ./cubiomes/util.c ./cubiomes/generator.c ./cubiomes/layers.c -I./include -l:libboinc_api.a -l:libboinc.a -L./include/boinc/lib/aarch64/lin -lstdc++ -static -static-libstdc++ -DBOINC -lboinc_api -lboinc -pthread
ls -la
- uses: actions/upload-artifact@v2
with:
Expand Down
Binary file added boinc/lib/aarch64/lin/libboinc.a
Binary file not shown.
Binary file added boinc/lib/aarch64/lin/libboinc_api.a
Binary file not shown.
Binary file added boinc/lib/aarch64/lin/libboinc_opencl.a
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4f10aa

Please sign in to comment.