Ihar Hubchyk

Results 666 comments of Ihar Hubchyk

@fullset I agree with you. I'm working on this issue... It's same problem for my another project :(

Hi @yannlabou would you like to have a look at this? It should be interesting to implement. I can help with deployment part as I know how to do it.

@yannlabou you could have a look into [this](https://github.com/ihhub/fheroes2) project which I maintain for check how deployment is done.

@yannlabou I referred this project as an example for deployment part. In [.travis.yml](https://github.com/ihhub/fheroes2/blob/master/.travis.yml) I've added: ``` # blocklist branches: except: - /^fheroes2-windows-.*$/ - /^fheroes2-linux-.*$/ - /^fheroes2-osx-.*$/ ``` to do not...

For [appveyor.yml](https://github.com/ihhub/fheroes2/blob/master/appveyor.yml): ``` skip_tags: true ``` to do not build on new tags. Prepare files for deployment (zip archive): ``` after_build: - cmd: if "%platform%"=="x86" cd C:\projects\fheroes2\Release - cmd: if...

Moreover, I'll create a deployment account for this project soon which will be responsible for all this stuff.

Okay, I've created a deployment account for this project.

@yannlabou, wanna take a look? I think we should check OpenCL existence before including tests.