https://github.com/techno-coder/crossplatformtravistest
Example usage of Travis to build for Linux and Windows
https://github.com/techno-coder/crossplatformtravistest
Last synced: 9 months ago
JSON representation
Example usage of Travis to build for Linux and Windows
- Host: GitHub
- URL: https://github.com/techno-coder/crossplatformtravistest
- Owner: Techno-coder
- Created: 2017-07-12T04:04:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T05:11:05.000Z (over 8 years ago)
- Last Synced: 2025-02-08T18:12:43.454Z (10 months ago)
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrossPlatformTravisTest
Example usage of Travis to build for Linux and Windows
This uses mingw32 to build a Windows executable.
However, it should be noted that mingw32 is already installed on the Travis environment.
Wine could be used to run the tests.