This repository was archived by the owner on Sep 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1818 execute_commands :
1919 - " if [ ! -d \" cmake-3.16.4-Linux-x86_64\" ]; then wget https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz; tar -zxvf cmake-3.16.4-Linux-x86_64.tar.gz; rm -f cmake-3.16.4-Linux-x86_64.tar.gz; fi && PATH=`pwd`/cmake-3.16.4-Linux-x86_64/bin:$PATH ./configure && cd build && make && if [ ! -f \" ../tool/flips-linux\" ]; then wget https://dl.smwcentral.net/11474/floating.zip; unzip floating.zip; mv flips-linux ../tool/; sudo chmod +x ../tool/flips-linux; fi && tag=$(git describe --tags `git rev-list --tags --max-count=1`) && ../tool/flips-linux -c -b ../rom/fe7-jp.gba FEHR.gba FEHR.bps && mv FEHR.bps FEHR$tag.bps && gh auth login --with-token < ../token && gh release create $tag FEHR$tag.bps -R laqieer/FEHR -t $tag && cd .. && rm -rf build"
2020 setup_commands :
21- - " sudo apt update && sudo apt-get -y install dirmngr && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 && sudo apt -y install software-properties-common apt-transport-https && sudo apt-add-repository https://cli.github.com/packages && sudo apt update && sudo apt -y install gh unzip libgtk-3-0 libgomp1"
21+ - " sudo apt update && sudo apt-get -y install dirmngr && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059 && sudo apt -y install software-properties-common apt-transport-https && sudo apt-add-repository https://cli.github.com/packages && sudo apt update && sudo apt -y install gh unzip libgtk-3-0 libgomp1"
2222 mount_filesystem_path : " /buddy/FEHR"
2323 shell : " BASH"
2424 trigger_condition : " ALWAYS"
You can’t perform that action at this time.
0 commit comments