From c271fafc96e2367f44b80d2e50d0b98a8566f7a0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Dec 2015 14:52:09 +0100 Subject: [PATCH] Remove these unused files --- Vagrantfile | 20 -------------------- circle.yml | 21 --------------------- 2 files changed, 41 deletions(-) delete mode 100644 Vagrantfile delete mode 100644 circle.yml diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index ba1537375e..0000000000 --- a/Vagrantfile +++ /dev/null @@ -1,20 +0,0 @@ -Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/trusty64" - config.vm.provision :shell, :inline => $BOOTSTRAP_SCRIPT # see below -end - -$BOOTSTRAP_SCRIPT = < Cg.dmg - - hdiutil mount Cg.dmg - - cp /Volumes/Cg-3.1.0013/Cg-3.1.0013.app/Contents/Resources/Installer\ Items/NVIDIA_Cg.tgz /tmp - - cd /tmp && tar -zxvf NVIDIA_Cg.tgz - - sudo cp -r /tmp/Library/Frameworks/Cg.framework /Library/Frameworks -test: - override: - - xcodebuild -target RetroArch_OSX -configuration Debug -project apple/RetroArch_OSX.xcodeproj - - xcodebuild -target RetroArch_OSX -configuration Release -project apple/RetroArch_OSX.xcodeproj - - rm -rf ./apple/build/Release/RetroArch_OSX.app.dSYM - - cd ./apple/build && zip -r build.zip Debug Release - - cp -R ./apple/build/build.zip $CIRCLE_ARTIFACTS