Commit Graph

21 Commits

Author SHA1 Message Date
nhmall
70925807f6 nuget restore task 2021-06-04 23:01:49 -04:00
nhmall
d27c507c16 pipelines update 2021-06-04 00:01:37 -04:00
nhmall
0a10bd632d change references from winnt to windows
rename sys/winnt to sys/windows
move vs (visual studio) folder out of win/win32 and into sys/windows
rename include/ntconf.h to include/windconf.h
rename winnt.c to windsys.c
place visual studio projects into individual subfolders.

This will hopefully resolve GitHub issue #484 as well.
2021-06-03 23:26:00 -04:00
nhmall
e69808987e support for build with current Lua version 5.4.3
On some platforms this may require:
	make spotless
	make fetch-lua

I did attempt to force a reminder message about the latter to
Makefile.top this time, and hope that works correctly for everyone.
2021-06-02 19:12:47 -04:00
nhmall
d87a910817 pipelines build attempt 2 2021-05-10 18:51:29 -04:00
nhmall
751cce7161 try simple fix for pipelines gcc-8 issue 2021-05-10 14:25:53 -04:00
Bart House
a2d76d09b2 Fixing azure pipeline build to use correct project. 2021-01-29 16:56:05 -08:00
nhmall
7b357463d3 azure-pipelines overrode a recent gcc change in the cross-compile
this makes it match, but doesn't fix the stray
2021-01-29 14:29:38 -05:00
Bart House
3a91d65bb6 Added MSDOS build and made improvements to pipeline configuration. 2020-12-16 00:43:59 -08:00
Bart House
a7b47ff071 Modify mingw makefile to allow caller to specify LUA build parameters. 2020-12-15 02:20:11 -08:00
Bart House
746c313aee Re-enable mingw pipeline build. Use pdcurses submodule for pipeline
mingw build.
2020-12-15 00:53:01 -08:00
Bart House
679ffd6719 Disable mingw build while we are still getting it to work. 2020-12-14 20:46:04 -08:00
Bart House
49460dcafb Final changes needed to enable Windows minGW build.
Removed some of the temporary changes necessary due to 4 hour delay.
Added the specification of the working directory to avoid the change
in working directory behavior that occurs when checking out one
repository vs. two.
2020-12-14 10:17:02 -08:00
Bart House
fcd74aedf4 Added mingw build. 2020-12-14 00:28:36 -08:00
Bart House
b18cbdb160 Improvements to azure pipeline. 2020-12-13 18:55:35 -08:00
Bart House
939b1c00dd Fix azure pipeline build for linux/mac. 2020-12-12 21:41:24 -08:00
Bart House
bbc5cee97f Fix Azure pipeline introduced by only checking out a single repository.
If checking out a single repository, the repository is checked out
to the path $(Agent.BuildDirectory)\s instead of
$(Agent.BuildDirectory)\s\<name of repository>.  Modified checkout
to hard code path to avoid this change in behavior.
2020-12-12 11:47:44 -08:00
Bart House
fe874db0b3 Fix Windows build break caused by bump to lua 5.4.2.
Modified Windows build to use submodules/lua for lua source.
2020-12-11 18:45:44 -08:00
nhmall
abca3d26db another Lua version bit, this one a recent addition 2020-12-11 15:34:43 -05:00
Bart House
00955f50e5 Update to azure pipeline. 2020-12-08 10:27:30 -08:00
Bart House
13aa5e7480 Adding Azure pipeline YAML. 2020-12-05 17:31:59 -08:00