mirror of
https://github.com/polhenarejos/pico-fido.git
synced 2025-12-18 00:54:41 +08:00
Do not add SHA to filename, since it not will be able to rm.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
VERSION_MAJOR="5"
|
||||
VERSION_MINOR="12"
|
||||
SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}"
|
||||
if ! [[ -z "${GITHUB_SHA}" ]]; then
|
||||
SUFFIX="${SUFFIX}.${GITHUB_SHA}"
|
||||
fi
|
||||
#if ! [[ -z "${GITHUB_SHA}" ]]; then
|
||||
# SUFFIX="${SUFFIX}.${GITHUB_SHA}"
|
||||
#fi
|
||||
|
||||
rm -rf release/*
|
||||
mkdir -p build_release
|
||||
|
||||
@@ -12,7 +12,7 @@ cd picotool
|
||||
git submodule update --init
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake -DPICO_SDK_PATH=../pico-sdk ..
|
||||
make -j`nproc`
|
||||
sudo make install
|
||||
cd ../..
|
||||
|
||||
Reference in New Issue
Block a user