File tree Expand file tree Collapse file tree 2 files changed +6
-38
lines changed
Expand file tree Collapse file tree 2 files changed +6
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 rustup target add x86_64-unknown-linux-gnu
2525 sudo apt clean
2626 sudo apt update
27- sudo apt install -y unzip automake build-essential file pkg-config git python3 libtool cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
27+ sudo apt install -y meson ninja-build unzip automake build-essential file pkg-config git python3 libtool cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
2828 - name : Build Epic Cash
2929 run : |
3030 cd crypto_plugins/flutter_libepiccash/scripts/linux/
3333 run : |
3434 cd scripts
3535 yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
36+
3637 - name : Get dependencies
3738 run : flutter pub get
3839 - name : Create temp files
8990 BITCOINCASH_TEST : ${{ secrets.BITCOINCASH_TEST }}
9091 NAMECOIN_TEST : ${{ secrets.NAMECOIN_TEST }}
9192 PARTICL_TEST : ${{ secrets.PARTICL_TEST }}
93+
94+ - name : Verify Dart formatting
95+ run : dart format --output=none --set-exit-if-changed .
96+
9297# - name: Analyze
9398# run: flutter analyze
9499 - name : Test
You can’t perform that action at this time.
0 commit comments