Skip to content
#

appveyor

Here are 275 public repositories matching this topic...

tox
rvanlaak
rvanlaak commented Aug 22, 2018

Another use case to document; changing the client's class, and how to autowire that to another own service definition.

Possible content

The bundle can get used as "a factory" to create an autowireable class. That way the bundle puts the middleware (like logging / error reporting / timing) in place.

<?php

namespace Acme\Infra\Shopping;

class Client extends \GuzzleHttp\Clie
FISHMANPET
FISHMANPET commented Jun 12, 2019

Since us Azure Pipelines people keep introducing changes that break Pipelines for other people, I think it would be useful if there were build checks that ran in Azure Pipelines for the 3 conditions, YAML, Classic Build, and Classic Release. It could be as simple as just running Set-BuildEnvironment because the bugs we're fixing are the result of that breaking, but it would probably make sense

rohith008
rohith008 commented Jul 9, 2019

Build started
2$ErrorActionPreference = "Stop"
3Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
4Import-Module '..\appveyor-tool.ps1'
5
6git clone -q --branch=master https://github.com/Mathelab/IntLIM.git C:\projects\intlim
7git checkout -qf b4e649d20e296fa7d0b5bfdf07bcc6973d2815a9
8Running Install scripts
9Bootstra

abathur
abathur commented Apr 10, 2018

I'm not sure if I've stumbled into a real issue, or just fallen into a documentation hole.

I had a bear of a time getting travis-ci set up this time. When I use run_tests --coverage, I get a timeout waiting for ST3 to respond. When I use run_tests without coverage, they run fine. The raw logs for both runs show the bootstrap installing sublime-coverage:

...
Running command: bootstrap 
peteruhnak
peteruhnak commented Oct 24, 2016

This related to hpi-swa/smalltalkCI#218 , the problem why my tests weren't executed is that I stated DynaCASE-Demo.* in the packages list, but the actual name was DynaCASE-DEMO.*.

Preferably it should be case-insensitive (it is not normal to distinguish package names just by capitalization), but in either case there should be a warning, because I can make a typo or s

Improve this page

Add a description, image, and links to the appveyor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the appveyor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.