Commit graph

6 commits

Author SHA1 Message Date
abraunegg c49446712b
Update Documentation (#1985)
* Remove Travis CI as obsolete and not working
* Update documentation
2022-06-03 09:49:22 +10:00
abraunegg 8323d05230
Update Travis CI building to test build on ARM64 (Issue #95) (#177)
* Update to build on ARM64 
* Update documentation regarding building on ARM64 platforms
2018-10-04 09:22:49 +10:00
abraunegg 9ad91cb5cd
Update Travis CI build testing scripts (#94)
* Update Travis CI files to automate building on x32, x64 and ARM32 architectures
2018-08-02 09:10:37 +10:00
abraunegg 4e93cfad50 Revert "Update .travis.yml"
This reverts commit c750c2fb9c.
2018-07-04 11:43:19 +10:00
abraunegg c750c2fb9c
Update .travis.yml
* dmd-2.081.0 was released which now generates an error when compile testing:
```
dmd -g -ofonedrive -O -L-lcurl -L-lsqlite3 -L-ldl -J. src/config.d src/itemdb.d src/log.d src/main.d src/monitor.d src/onedrive.d src/qxor.d src/selective.d src/sqlite.d src/sync.d src/upload.d src/util.d
src/sqlite.d(71): Error: module `stdlib` is in file 'std/c/stdlib.d' which cannot be read
import path[0] = /root/dlang/dmd-2.081.0/linux/bin64/../../src/phobos
import path[1] = /root/dlang/dmd-2.081.0/linux/bin64/../../src/druntime/import
make: *** [onedrive] Error 1
```

Dropping back to using dmd-2.080.1
2018-07-04 08:13:49 +10:00
abraunegg 2c519c5867
Add travis yml configuration
* Add travis yml configuration
2018-06-30 14:17:43 +10:00