Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkit authored Jan 31, 2020
1 parent ad15796 commit 406099e
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,35 @@ environment:
secure: MxOJZPR1tTkos0f/z1rM4fjHtWmg4kR3B6uAz8u59R5uDteHyeOSFYwATBPonHVC8oSKAWyrtma2Krk1fIXPMJs+FizIDsxh8VhsgMaeNnU=
build_script:
- cmd: >-
git submodule update --init --recursive
REM curl -fsS -o keybase_setup_amd64.msi "https://prerelease.keybase.io/keybase_setup_amd64.msi"
curl -fsS -o keybase_setup_amd64.msi "https://prerelease.keybase.io/keybase_setup_amd64.msi"
REM curl -fsS -o cef_binary_3.3578.1860.g36610bd_windows32.tar.bz2 "http://opensource.spotify.com/cefbuilds/cef_binary_3.3578.1860.g36610bd_windows32.tar.bz2"
REM start /wait msiexec.exe /i keybase_setup_amd64.msi /quiet /l*v keybase.log
start /wait msiexec.exe /i keybase_setup_amd64.msi /quiet /l*v keybase.log
REM type keybase.log
REM set PATH=%PATH%;%localappdata%\Keybase\
set PATH=%PATH%;%localappdata%\Keybase\
keybase -v
echo "loging in to keybase"
keybase oneshot -u kenkit --paperkey "%paperkey%"
REM keybase -v
git config --global --add protocol.keybase.allow always
REM echo "loging in to keybase"
cd ../
REM keybase oneshot -u kenkit --paperkey "%paperkey%"
rm -fr neon
REM set FFMPEG=%cd%\ffmpeg\ffmpeg
git clone keybase://private/kenkit/neon
cd neon
git submodule update --init --recursive
REM echo "FFMPEG DIR:%FFMPEG%"
Expand All @@ -48,7 +58,7 @@ build_script:
cd build
mkdir OGRE
REM mkdir OGRE
REM set OGRE_DIR=%cd%\OGRE\build\sdk\CMake
Expand Down

0 comments on commit 406099e

Please sign in to comment.