Skip to content

Instantly share code, notes, and snippets.

View wuyue92tree's full-sized avatar
🏠
Working from home

wuyue wuyue92tree

🏠
Working from home
View GitHub Profile
@dleidert
dleidert / travis_yml.md
Last active May 25, 2021 06:21
Build a NSIS-based installer on Windows using travis-ci.org

I've recently found a way to test build a NSIS-based installer project on a Windows host on https://travis-ci.org. I had to figure out quite a bit how to run the makensis command there and how to set the PATH environment variable. But now that it works, let me share my configuration file .travis.yml with you:

language: shell
sudo: false

notifications:
  email:
    on_success: never