2017-08-28 20:56:18 -05:00
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
2018-07-08 17:28:12 -05:00
|
|
|
- 1.10.x
|
2018-09-11 17:07:32 -05:00
|
|
|
- 1.11
|
2017-08-29 22:34:35 -05:00
|
|
|
|
|
|
|
install:
|
Functions2 (#348)
* MATCH, IFS, MAXA, MINA
* OFFSET fixed
* ISBLANK, ISERR, ISERROR, ISEVEN ,ISFORMULA, ISNONTEXT, ISNUMBER, ISODD, ISTEXT
* ISLEAPYEAR, ISLOGICAL, ISNA, ISREF
* FIND, FINDB
* SEARCH, SEARCHB
* CONCAT, CONCATENATE
* YEAR, YEARFRAC
* CONCAT is fixed, now TRUE and FALSE are concatenated instead of 1 and 0 in case of boolean results
* NOW, TODAY, TIME, TIMEVALUE
* DATE
* DATEDIF
2019-11-21 02:21:00 +03:00
|
|
|
- mkdir -p $HOME/gopath/src/unidoc/
|
2019-05-04 11:18:06 +03:00
|
|
|
- ln -s $HOME/gopath/src/github.com/unidoc/unioffice $HOME/gopath/src/github.com/unidoc/unioffice
|
2017-08-29 22:34:35 -05:00
|
|
|
|
|
|
|
script:
|
2019-05-04 11:18:06 +03:00
|
|
|
- cd $HOME/gopath/src/github.com/unidoc/unioffice
|
2017-08-31 19:28:39 -05:00
|
|
|
- ./build-examples.sh
|
2017-08-30 20:33:21 -05:00
|
|
|
- go vet ./...
|
2017-09-14 18:59:23 -05:00
|
|
|
- go test ./...
|
2017-09-02 12:49:49 -05:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- ./test-coverage.sh
|