mirror of
https://abf.rosa.ru/djam/magnetcoin.git
synced 2025-02-23 23:22:51 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m54s
Some checks failed
Run CI/CD... / main (push) Failing after 1m54s
This commit is contained in:
parent
c364a70952
commit
0402c55e7b
2 changed files with 5 additions and 2 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
|
@ -84,8 +84,10 @@ pushd src/leveldb
|
|||
chmod +x ./build_detect_platform
|
||||
popd
|
||||
|
||||
%qmake_qt5 MagnetCoin-qt.pro USE_QRCODE=1
|
||||
make
|
||||
#qmake-qt5 MagnetCoin-qt.pro USE_QRCODE=1
|
||||
%qmake_qt MagnetCoin-qt.pro USE_QRCODE=1 QMAKE_CXXFLAGS="%{optflags} -fpermissive -Wno-narrowing" QMAKE_LFLAGS="%{optflags}"
|
||||
make INCLUDEPATHS="%{optflags} -fpermissive -I%{_includedir}/db52 -L%{_libdir}/db52 -Wno-narrowing"
|
||||
#make
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_bindir}
|
||||
|
|
Loading…
Add table
Reference in a new issue