]> source.dussan.org Git - redmine.git/commitdiff
Remove appveyor.yml (#40211).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sat, 10 Feb 2024 10:32:44 +0000 (10:32 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sat, 10 Feb 2024 10:32:44 +0000 (10:32 +0000)
Patch by Go MAEDA (maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@22702 e93f8b46-1217-0410-a6f0-8f06a7374b81

appveyor.yml [deleted file]

diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644 (file)
index c5818a6..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Redmine runs tests on own continuous integration server.
-# http://www.redmine.org/projects/redmine/wiki/Continuous_integration
-# You can also run tests on your environment.
-
-install:
-  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
-  - ruby --version
-  - gem --version
-  - git --version
-  - hg  --version
-  - chcp
-
-build: off
-
-test_script:
-  - bundle install --without minimagick
-  - set SCMS=mercurial
-  - set RUN_ON_NOT_OFFICIAL=
-  - set RUBY_VER=1.9
-  - set BRANCH=trunk
-  - bundle exec rake config/database.yml
-  - bundle install
-  - bundle exec rake ci:setup
-  - bundle exec rake test
-
-environment:
-  global:
-    RAILS_ENV: test
-    DATABASE_ADAPTER: sqlite3
-  matrix:
-    - ruby_version: "193"
-    - ruby_version: "200"
-    - ruby_version: "200-x64"
-    - ruby_version: "21"
-    - ruby_version: "21-x64"
-    - ruby_version: "22"
-    - ruby_version: "22-x64"