Skip to content

Commit

Permalink
Testing prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
XutaxKamay committed Sep 9, 2024
1 parent 0157c76 commit edefb40
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
File renamed without changes.
25 changes: 25 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Prerelease

on:
push:
branches:
- "master"

jobs:
build-linux-amd64:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build linux-amd64
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
#scripts/build-ubuntu-amd64.sh install -T release --prefix ./gamedata/css_enhanced/game
#zip -r CSS_Enhanced_Linux_Development_Release.zip ./gamedata/css_enhanced/game/*
touch test2
mkdir ~/.ssh
echo "$SSH_KEY" >> ~/.ssh/authorized_keys
scp test2 [email protected]:/var/www/html
1 change: 1 addition & 0 deletions scripts/build-macos-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ git submodule init && git submodule update

brew install sdl2
brew install zstd
brew install zip

./waf configure -T debug --disable-warns $* &&
./waf build

0 comments on commit edefb40

Please sign in to comment.