forked from Public/monero-gui
This commit is contained in:
@@ -33,7 +33,13 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --name build-container -v ${{ github.workspace }}:/workspace/monero-gui \
|
docker run --rm --name build-container -v ${{ github.workspace }}:/workspace/monero-gui \
|
||||||
-w /workspace/monero-gui monero:build-env-linux sh -c 'make release-static -j3'
|
-w /workspace/monero-gui monero:build-env-linux sh -c '
|
||||||
|
echo "Listing directory contents inside Docker:";
|
||||||
|
ls -la;
|
||||||
|
echo "Content of Makefile:";
|
||||||
|
cat Makefile;
|
||||||
|
make release-static -j3
|
||||||
|
'
|
||||||
|
|
||||||
- name: sha256sum
|
- name: sha256sum
|
||||||
run: shasum -a256 /workspace/Bill/monero-gui/build/release/bin/monero-wallet-gui
|
run: shasum -a256 /workspace/Bill/monero-gui/build/release/bin/monero-wallet-gui
|
||||||
|
|||||||
Reference in New Issue
Block a user