Skip to content

Commit

Permalink
Bear differences
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jun 9, 2019
1 parent 33dddca commit 40c9027
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
13 changes: 12 additions & 1 deletion .ci/FudgePostInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,18 @@ function Fixes
PPM-Install-cpanm

Install-GoMetaLinter
Install-GoPM
# Install-GoPM

go get -u github.com/BurntSushi/toml/cmd/tomlv
go get -u sourcegraph.com/sqs/goreturns

npm config set loglevel warn
npm install

cpanm --quiet --installdeps --with-develop --notest .

sed -i '/sqlint/d' Gemfile
bundle install

return $LastExitCode
}
26 changes: 4 additions & 22 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,31 +108,13 @@ install:
"
- "%MSYS_BIN%\\date.exe"

# As installation to windows for these requirements are broken.
# Tests are still being skipped.
- rm
dependency_management/requirements/AptRequirement.py
dependency_management/requirements/BrewRequirement.py
dependency_management/requirements/PkgRequirement.py
dependency_management/requirements/PortageRequirement.py
dependency_management/requirements/ZypperRequirement.py
dependency_management/requirements/DnfRequirement.py
dependency_management/requirements/YumRequirement.py
tests/AptRequirementTest.py
tests/BrewRequirementTest.py
tests/PkgRequirementTest.py
tests/PortageRequirementTest.py
tests/ZypperRequirementTest.py
tests/DnfRequirementTest.py
tests/YumRequirementTest.py

build: false # Not a C# project, build stuff at the test step instead.

test_script:
- "%CMD_IN_ENV% python setup.py install"
- "%CMD_IN_ENV% py.test --cov-fail-under=100"
- "%CMD_IN_ENV% pip install coala-bears"
- "%CMD_IN_ENV% coala --ci"
- unix2dos tests/java/test_files/CheckstyleGood.java
- set TOXENV=py36-noreqs-pip-npm-gem-go-perl-java8-win-check-noskip-codecov
- "sed -i 's/^envlist.*$/envlist: %TOXENV%/' tox.ini"
- "%CMD_IN_ENV% python -m tox"

on_success:
- codecov
Expand Down

0 comments on commit 40c9027

Please sign in to comment.