Skip to content

Commit

Permalink
Merge pull request #14 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ChrisAdderley authored Aug 21, 2020
2 parents 687ee7a + f861cea commit 395fe4b
Show file tree
Hide file tree
Showing 57 changed files with 4,597 additions and 1,613 deletions.
21 changes: 21 additions & 0 deletions .mod_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
mod-name: Waterfall
package:
include-dependencies: true # Include dependencies in the package
included-gamedata:
- Waterfall
included-support: # Include these root-level files in packages
- readme.txt
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
location: s3
deploy:
SpaceDock:
enabled: false # activate/deactivate this deployment script
mod-id: 558 # The Spacedock mod ID for deployment
CurseForge:
enabled: false # activate/deactivate this deployment script
mod-id: 220671 # The CurseForge mod ID for deployment
GitHub:
enabled: true # activate/deactivate this deployment script
34 changes: 34 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: python
python:
- 3.6
install:
- pip install awscli boto3 requests
branches:
only:
- master
script:
- git clone https://github.com/post-kerbin-mining-corporation/build-deploy.git # clone this repo, it contains the stuff that does the heavy lifting
- cd build-deploy
- git checkout master
- cd ..
- pytest -s --testpath "GameData/" build-deploy/src/tests/ # run the deploy tests
- python build-deploy/src/package.py --f ".mod_data.yml" # Build package
before_deploy:
- python build-deploy/src/stage.py --f ".mod_data.yml" # Run the staging script
deploy:
- provider: script
script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github
skip_cleanup: true
on:
branch: master
- provider: s3 # releases to S3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: "nertea-ksp-modding-releases"
local_dir: deploy/Waterfall
skip_cleanup: true
acl: public_read
region: us-east-2
upload-dir: waterfall
on:
branch: master
Binary file added GameData/Waterfall/FX/fx-alpha-noise-1.dds
Binary file not shown.
Binary file removed GameData/Waterfall/FX/fx-alpha-noise-1.tga
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-1.dds
Binary file not shown.
Binary file removed GameData/Waterfall/FX/fx-noise-1.tga
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-2.dds
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-3.dds
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-4.dds
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-5.dds
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx-noise-6.dds
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx_flarelens01.dds
Binary file not shown.
Binary file removed GameData/Waterfall/FX/fx_flarelens01.tga
Binary file not shown.
Binary file added GameData/Waterfall/FX/fx_flaresimple01.dds
Binary file not shown.
Binary file removed GameData/Waterfall/FX/fx_flaresimple01.tga
Binary file not shown.
337 changes: 0 additions & 337 deletions GameData/Waterfall/Patches/RCSBlock_v2.cfg

This file was deleted.

Loading

0 comments on commit 395fe4b

Please sign in to comment.