Merge branch 'master' of https://github.com/AttorneyOnline/akashi into master
This commit is contained in:
commit
eb5f0120c6
@ -1,5 +0,0 @@
|
|||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
Language: Cpp
|
|
||||||
PointerAlignment: Left
|
|
||||||
BreakBeforeBraces: Stroustrup
|
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -27,12 +27,13 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
qmake
|
qmake
|
||||||
make
|
make
|
||||||
|
mv bin/config_sample bin/config
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: akashi-linux
|
name: akashi-linux
|
||||||
path: bin/akashi
|
path: bin/
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -50,6 +51,7 @@ jobs:
|
|||||||
qmake "CONFIG += qtquickcompiler" akashi.pro
|
qmake "CONFIG += qtquickcompiler" akashi.pro
|
||||||
nmake
|
nmake
|
||||||
windeployqt bin\akashi.exe --release --no-opengl-sw
|
windeployqt bin\akashi.exe --release --no-opengl-sw
|
||||||
|
mv bin\config_sample bin\config
|
||||||
|
|
||||||
- name: Upload zip
|
- name: Upload zip
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user