Commit Graph

8 Commits

Author SHA1 Message Date
Arpad Borsos ba594309e0 meta: Fix for craft not passing the old version for bumping 2020-06-15 17:44:49 +02:00
Arpad Borsos ee63af78ee meta: Update the bump-version script to also update tests (#274) 2020-06-04 16:10:12 +02:00
Arpad Borsos 62b32b9bca ci: Set up a linting job, and add a precommit hook (#217) 2020-04-06 13:10:56 +02:00
Arpad Borsos 7c29f0b28e ref: Expose SENTRY_SDK_VERSION in public header (#165) 2020-03-10 12:52:52 +01:00
Arpad Borsos 2dc67c6a55 ci: Move checkout into each CI job (#151)
* ci: move checkout into each job

* Create and publish a source archive

* update submodule

* update archive task
2020-02-25 14:45:08 +01:00
Arpad Borsos 0a27313ee9 build: Add option for static library builds (#140)
* build: Add option for static library builds

And also avoid building all the tests and examples by default

* correct bump-version script
2020-02-06 15:28:36 +01:00
Arpad Borsos aaf7290b67 ci: test on android API 18 (#131) 2020-01-27 11:13:22 +01:00
Arpad Borsos f661f5d17d ci: Create a fresh azure config for the C version (#130)
* start over with a basically empty CI setup

* remove obsolete files, optimize fetching

* add windows and android build commands

* playing around with azure pipeline artifacts again

* make sure android SDK things are correctly installed and invoked

* fix android tests

* fix elf parsing when compiled with outdated gcc

* test with different android NDK versions

* try running Android with API 18
2020-01-24 16:49:27 +01:00