Add packaging test support

This commit is contained in:
ChrisAdderley 2019-03-04 10:06:55 -08:00
parent ef1ebc8db8
commit 28a7cc0139
4 changed files with 15 additions and 6 deletions

View File

@ -11,6 +11,7 @@ script:
- cd build-deploy - cd build-deploy
- git checkout master - git checkout master
- cd .. - cd ..
- pytest -s --testpath "Distribution/" build-deploy/src/tests/ # run the deploy tests
- python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml" # Build RS package - python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml" # Build RS package
- python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml" # Build RS+ package - python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml" # Build RS+ package
before_deploy: before_deploy:

View File

@ -1,8 +1,8 @@
// Patches applying art changes to solar panels // Patches applying art changes to solar panels
// Contents: // Contents:
// - (solarPanels4) // - OX-4L 1x6 Photovoltaic Panels (solarPanels4)
// - (solarPanels2) // - SP-L 1x6 Photovoltaic Panels (solarPanels3)
// - (solarPanels3) // - OX-4W 3x2 Photovoltaic Panels (solarPanels2)
// - SP-W 3x2 Photovoltaic Panels (solarPanels1) // - SP-W 3x2 Photovoltaic Panels (solarPanels1)
// - Gigantor XL Solar Array (largeSolarPanel) // - Gigantor XL Solar Array (largeSolarPanel)
// - () // - ()
@ -50,7 +50,7 @@
FLOAT_PROPERTY FLOAT_PROPERTY
{ {
name = _Shininess name = _Shininess
value = 0.8 value = 0.8
} }
} }
} }
@ -77,7 +77,7 @@
MODULE MODULE
{ {
name = ModuleRestockModifyMaterials name = ModuleRestockModifyMaterials
MATERIAL MATERIAL
{ {
shader = KSP/Bumped Specular (Mapped) shader = KSP/Bumped Specular (Mapped)
@ -215,4 +215,4 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
} }

View File

@ -130,6 +130,13 @@
- Z-400 Rechargeable Battery (Nertea) - Z-400 Rechargeable Battery (Nertea)
- Z-100 Rechargeable Battery Pack (Nertea) - Z-100 Rechargeable Battery Pack (Nertea)
- PB-NUK Radioisotope Thermoelectric Generator (Beale) - PB-NUK Radioisotope Thermoelectric Generator (Beale)
- OX-4L 1x6 Photovoltaic Panels (Beale)
- SP-L 1x6 Photovoltaic Panels (Beale)
- OX-4W 3x2 Photovoltaic Panels (Beale)
- SP-W 3x2 Photovoltaic Panels (Beale)
- Gigantor XL Solar Array (Nertea)
- OX-STAT Photovoltaic Panels (Nertea)
- OX-STAT-XL Photovoltaic Panels (Nertea)
- Science - Science
- Science Mobile Processing Lab MPL-LG-2 (Nertea) - Science Mobile Processing Lab MPL-LG-2 (Nertea)
- Thermometer (Andrew Cassidy) - Thermometer (Andrew Cassidy)

View File

@ -24,6 +24,7 @@ v0.1.0
- New Coupling parts - New Coupling parts
- TD-18 Stack Decoupler (Nertea): 1.875m decoupler. Replaces MH decoupler if installed - TD-18 Stack Decoupler (Nertea): 1.875m decoupler. Replaces MH decoupler if installed
- TS-18 Stack Separator (Nertea): 1.875m separator. Replaces MH separator if installed - TS-18 Stack Separator (Nertea): 1.875m separator. Replaces MH separator if installed
- TT-14 Decoupler (Nertes): Tiny radial decoupler suitable for 0.625m boosters
- Clamp-O-Tron Docking Port 'Grande' (Nertea): 3.75m docking port - Clamp-O-Tron Docking Port 'Grande' (Nertea): 3.75m docking port
- New Structural parts - New Structural parts
- Kerbodyne ADTP-2-3A (Nertea): A hollow version of the fuelled 3.75 to 2.5m adapter - Kerbodyne ADTP-2-3A (Nertea): A hollow version of the fuelled 3.75 to 2.5m adapter