Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flukiluke committed Jan 12, 2018
1 parent 3505500 commit d459837
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis/appveyor-deploy.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mv setup_win.bat internal\

$filename = "appveyor" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $Env:APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $Env:APPVEYOR_REPO_BRANCH + "_win.7z"
$filename = "qb64_" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $Env:APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $Env:APPVEYOR_REPO_BRANCH + "_win.7z"
cd ..
qb64\internal\c\c_compiler\7z\7za.exe a '-xr@qb64\.travis\common-exclusion.list' '-xr@qb64\.travis\win-exclusion.list' $filename qb64

scp -o StrictHostKeyChecking=no $filename m6rosupy1q2t@qb64.org:autobuilds/$Env:APPVEYOR_REPO_BRANCH/
scp -q -o StrictHostKeyChecking=no $filename m6rosupy1q2t@qb64.org:autobuilds/$Env:APPVEYOR_REPO_BRANCH/
1 change: 1 addition & 0 deletions .travis/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ c_compiler\bin\g++ -mconsole -s -Wfatal-errors -w -Wall qbx.cpp libqb\os\win\lib
IF ERRORLEVEL 1 exit /b 1
cd ..\..

echo Compiling new QB64
echo AutoBuildMsg$ = CHR$(10) + "From git %APPVEYOR_REPO_COMMIT:~0,7%" + CHR$(10) >> source\global\version.bas
qb64_bootstrap.exe -x source\qb64.bas -o qb64.exe
IF ERRORLEVEL 1 exit /b 1
Expand Down
1 change: 1 addition & 0 deletions .travis/common-exclusion.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.travis
.travis.yml
appveyor.yml
.git
.gitignore

1 change: 1 addition & 0 deletions .travis/win-exclusion.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setup_lnx.sh
setup_osx.command
qb64_start_osx.command
secure-file
qb64\internal\c\c_compiler\bin
qb64\internal\c\c_compiler\i686-w64-mingw32
qb64\internal\c\c_compiler\include
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ install:
- cmd: secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa
deploy_script:
- ps: .travis\appveyor-deploy.ps1
test: off
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
test: off

0 comments on commit d459837

Please sign in to comment.