Jorrit Wronski
ab92754917
Added WinSCP uploads
2018-10-25 14:25:07 +02:00
Jorrit Wronski
0ff6f4279b
Skip the 32bit Fortran builders
2018-10-25 13:22:36 +02:00
Jorrit Wronski
2468c61662
Back to one Windows builder, added a draft for a WinSCP upload script
2018-10-25 00:01:29 +02:00
Ian Bell
6ae3d21935
When requesting full build, clobber, not clean
2018-10-24 23:54:21 +02:00
Ian Bell
e65b596c6d
3 for windows
2018-10-24 22:58:50 +02:00
Ian Bell
1ba402ab42
Bye to 32-bit manylinux
2018-10-24 22:54:53 +02:00
Ian Bell
c8761c37c5
Merge branch 'master' of github.com:CoolProp/CoolProp
2018-10-24 22:41:04 +02:00
Ian Bell
360d2c228e
Try to add lock on upload
2018-10-24 22:40:53 +02:00
Jorrit Wronski
a317b228ea
Make the user id match the host system
2018-10-24 21:51:08 +02:00
Ian Bell
a36c677297
Remove 32-bit shared library on linux
2018-10-24 21:36:53 +02:00
Ian Bell
041e4b35bf
A little bit of parallelism in builds
2018-10-24 21:22:57 +02:00
Ian Bell
7669547a13
Fix version of MathCAD
2018-10-24 21:06:27 +02:00
Ian Bell
9fb539d304
Remove old builders
2018-10-24 20:27:34 +02:00
Ian Bell
1b0c784ad0
Fix the merge
2018-10-24 20:05:36 +02:00
Jorrit Wronski
32ffad1b90
Use the root to call docker
2018-10-24 20:04:24 +02:00
Jorrit Wronski
e00a31f1ef
Use docker to build the Javascript wrapper
2018-10-24 20:04:03 +02:00
Ian Bell
9f8ca20206
Move slaves to DTU
2018-10-24 19:59:57 +02:00
Jorrit Wronski
8991168570
Use the root to call docker
2018-10-24 09:16:54 +02:00
Jorrit Wronski
77a552961b
Retired the EES builder
2018-10-24 09:06:31 +02:00
Jorrit Wronski
7c9c6c730f
Use docker to build the Javascript wrapper
2018-10-24 09:01:43 +02:00
Jorrit Wronski
a23824abd5
getting ready for Python3.7, related to #1604 , #1654 and #1309 . Please refer to https://github.com/CoolProp/Dockerfiles for details
2018-08-09 12:04:29 +02:00
Ian Bell
c48566367f
Remove python 3.3 slaves
2018-03-10 14:29:55 -07:00
Jorrit Wronski
3fac4949f2
upload wheels using buildbot instead of rsync
2017-12-19 16:54:50 +01:00
Ian Bell
dfae574ed2
Remove unused slave from buildbot config
2017-12-18 18:49:22 -07:00
Jorrit Wronski
c001f876fa
a missing comma
2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992
Changed the master configuration to use the new buildbot passwords
2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c
Update gcc version for new OSX builder
2017-12-18 15:41:34 +01:00
Ian Bell
23c607d66a
Update MSVC for Catch windows build
2017-11-17 21:42:23 -07:00
Ian Bell
3ef8042ce8
Remove all the remaining MATLAB builders; switch to python for MATLAB
2017-11-17 21:23:15 -07:00
Ian Bell
7fb71a366b
Removed some buildbot builders that are no longer needed
2017-11-15 22:19:21 -07:00
Jorrit Wronski
56d7f78042
Added a new OSX builder, updated commands to handle new buildbot versions, still some work in progress
2017-10-30 09:14:15 +01:00
Jorrit Wronski
a0625011d1
Enabling the catch test again
2017-08-16 08:44:53 +02:00
Jorrit Wronski
b6d01a4e33
More Python 3.6 stuff
2017-03-10 18:09:50 +01:00
Jorrit Wronski
6d9b3c0292
Added Python 3.6 for #1429
2017-03-10 18:03:06 +01:00
Ian Bell
817b6960b2
Catch runs should be Release builds; closes #1290
2016-10-24 18:38:53 -06:00
Jorrit Wronski
930debd741
Added some docs for #1237 and removed a duplicate rst for Excel
2016-10-14 15:07:28 +02:00
Jorrit Wronski
b8e16c259c
EES installer should be moved to the general installer
2016-09-25 23:12:27 +02:00
Jorrit Wronski
f8c49ad2c7
Directory upload to buildbot
2016-09-20 11:44:55 +02:00
Jorrit Wronski
c2af1fc9b2
Moved the Excel builder to the DTU machine
2016-09-19 22:31:44 +02:00
Jorrit Wronski
0e91967e4e
Merging all actions into the CMake commands, rewrote buildbot configuration
2016-09-19 22:04:42 +02:00
Jorrit Wronski
62fbcd2373
Modified the Excel files to match the new library names and included a new CMake target in the builbot configuration
2016-09-18 21:39:03 +02:00
Ian Bell
dee097d147
Re-enable MATLAB 32-bit build on windows; closes #1146
2016-07-06 22:32:32 -06:00
Mike Kaganski
1f1bf52f77
Change names of dlls copied to SMath wrapper: use underscore instead of dot ( #1113 )
...
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/ , it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Mike Kaganski
0f1749acce
Allow conditionally build SMath in source tree ( #1107 )
...
Allow conditional build of SMath in source tree (fixes #1110 )
2016-06-07 19:38:39 -06:00
Ian Bell
ffddbce6b1
Attempt to fix CMake build system
2016-06-06 22:00:27 -06:00
Mike Kaganski
6d21a6cc65
Allow cmake properly build SMath wrapper ( #1100 )
...
* Allow cmake properly build SMath wrapper
Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.
Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).
* Tentative patch for buildbot
Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.
* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Jorrit Wronski
d8282e54d3
Typo in master.cfg
2016-05-27 10:27:51 +02:00
Jorrit Wronski
08fd0997aa
Changed the docker scripts
2016-05-27 10:25:21 +02:00
Jorrit Wronski
c647124f0e
Added the bitness and tags for the docker images
2016-05-25 19:56:30 +02:00
Ian Bell
39675ea5f8
Yet another try with MathCAD
2016-05-07 21:45:37 -06:00