Skip to content

Commit

Permalink
Let's pray it all works
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 15, 2019
1 parent a652e39 commit a9f148c
Show file tree
Hide file tree
Showing 14 changed files with 107 additions and 132 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2017
image: Visual Studio 2019

platform: x64
configuration: Debug
Expand All @@ -12,10 +12,9 @@ build:
before_build:
- cmd: py -3 -m pip install --user requests
- cmd: py -3 RUN_THIS.py --no-prompt
- cmd: nuget restore SpaceStation14.sln

build_script:
- ps: msbuild SpaceStation14.sln /v:m /nologo /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Platform=x64 /p:Configuration=Debug /p:AppVeyor=yes
- ps: dotnet build SpaceStation14.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:AppVeyor=yes

test:
assemblies:
Expand Down
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: csharp

dist: trusty
sudo: false
mono: none
# dotnet: 3.1.100 # Travis is shitting itself right now and it can't locate .NET Core packages.

os:
- linux
Expand All @@ -20,19 +22,19 @@ cache:
directories:
- packages/
- RobustToolbox/Dependencies/
- RobustToolbox/SS14.Client.Godot/.mono/assemblies/

install:
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 3.1.100

#before_install:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi

before_script:
#- "if [ $TRAVIS_OS_NAME = linux ]; then pyenv shell 3.6; fi"
- "python3.5 -m pip install --user requests"
- "nuget restore SpaceStation14.sln"
- "python3.5 RUN_THIS.py --no-prompt"

script:
- "msbuild /p:Configuration=Debug /p:Platform=x64 /nologo /m SpaceStation14.sln /p:Python=python3.5"
- "mono packages/nunit.consolerunner/3.10.0/tools/nunit3-console.exe bin/Content.Tests/Content.Tests.dll bin/Content.IntegrationTests/Content.IntegrationTests.dll"
- "Tools/run_travis.sh"


5 changes: 0 additions & 5 deletions BuildFiles/Linux/SS14.Launcher

This file was deleted.

20 changes: 0 additions & 20 deletions BuildFiles/Mac/Space Station 14 Launcher.app/Contents/Info.plist

This file was deleted.

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ BASEDIR=$(dirname "$0")
echo "$BASEDIR"
cd "$BASEDIR"

exec /Library/Frameworks/Mono.framework/Versions/Current/Commands/mono ../Resources/Robust.Client.exe
exec ../Resources/Robust.Client "$@"
1 change: 0 additions & 1 deletion BuildFiles/Windows/run_me.bat

This file was deleted.

3 changes: 0 additions & 3 deletions Content.Server/Content.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@
</ProjectReference>
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.Net.Http" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pipeline {
stage('Setup') {
steps {
sh 'git submodule update --init --recursive'
sh 'TMP=~/.cache/NuGet/ nuget restore'
}
}
stage('Build') {
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
4 changes: 0 additions & 4 deletions SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
<ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
<ProjectReference Include="..\RobustToolbox\Robust.Lite\Robust.Lite.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.IO.Compression" />
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.Net.Http" />
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Engine.targets" />
<PropertyGroup>
<RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath>
Expand Down
Loading

0 comments on commit a9f148c

Please sign in to comment.