Commit graph

21 commits

Author SHA1 Message Date
Doug
178371abb4
Update alpha release to build on macOS 11. 2021-10-01 09:47:41 +01:00
SBiOSoftWhare
ca911c60fa GH actions: Update release alpha GH action with Git branch en var. 2021-08-13 17:33:22 +02:00
SBiOSoftWhare
ca8ad420ef GH actions: Update release alpha GH action CocoaPods management. 2021-08-13 17:18:48 +02:00
SBiOSoftWhare
8516f179c8 GH actions: Remove commented code. 2021-08-13 15:57:09 +02:00
SBiOSoftWhare
d5b80bc1d3 GH actions: Update release alpha GH action PR message. 2021-08-13 15:55:35 +02:00
SBiOSoftWhare
773745e80e GH actions: Update release alpha GH action PR message. 2021-08-13 14:48:44 +02:00
SBiOSoftWhare
9e6316bd6c GH actions: Update release alpha GH action PR message. 2021-08-13 14:39:59 +02:00
SBiOSoftWhare
328d8e34fe GH actions: Update release alpha GH action with QR code link. 2021-08-13 11:52:47 +02:00
SBiOSoftWhare
58c68a54e9
Alpha release: Implement GH action
* GH actions: Disable existing GH actions temporary.

* GH actions: Add release alpha GH action.

* GH actions: Disable existing GH actions temporary.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.GH actions: Update release alpha GH action.

* Fastlane: Add upload to Diawi lane and write file link into GitHub env.

* GH actions: Update release alpha GH action.

* GH actions: Enable again existing GH actions.

* GH actions: Enable again existing GH actions.

* GH actions: Update release alpha GH action.

* GH actions: Update release alpha GH action.
2021-08-13 09:25:32 +02:00
Doug
c411429206
Create ci-tests.yml
Separate CI jobs into individual actions.
2021-07-14 17:01:15 +01:00
Doug
aa264048dd
Update and rename ci.yml to ci-build.yml
Separate CI jobs into individual actions.
2021-07-14 17:00:21 +01:00
manuroe
dc0febc066 GH Actions: Make sure we use the latest version of MatrixKit
We use a local version of the MatrixKit podspec, MatrixKit.edited.podspec. This creates an issue in the computation of Podfile.lock. MatrixKit is not associated to a commit. `pod install` will be happy with its marketing version. It will not try to update if this marketing version matches with the one in the cache.

So delete the MatrixKit pod cache.

Generated Podfile.lock:
```
...
EXTERNAL SOURCES:
  MatrixKit:
    :podspec: MatrixKit.edited.podspec
  MatrixSDK:
    :branch: manu/test_ci_2
    :git: https://github.com/matrix-org/matrix-ios-sdk.git

CHECKOUT OPTIONS:
  MatrixSDK:
    :commit: 32614df19df3ef43e77f25a06ddb0b04e910f90b
    :git: https://github.com/matrix-org/matrix-ios-sdk.git
...
```
2021-06-09 08:35:14 +02:00
manuroe
7837c710c2 GH Actions: Make jobs use the right version of MatrixKit and MatrixSDK 2021-04-28 17:43:05 +02:00
manuroe
29552ce93f GH Actions: Polish 2021-04-21 09:25:18 +02:00
manuroe
8ce5f1cb02 GH Actions: Increase test expectation timeout. Machines are slow 2021-04-21 08:28:45 +02:00
manuroe
d1c2f528bd GH Actions: Use a separate job for tests to save time 2021-04-21 07:38:42 +02:00
manuroe
59f1dd2542 GH Actions: Add cached for bundler and pods 2021-04-20 18:01:45 +02:00
manuroe
e573f167d9 GH Actions: Make tests work probably better 2021-04-20 17:34:59 +02:00
manuroe
0d3b4150e7 GH Actions: Run tests in another way 2021-04-20 16:55:38 +02:00
manuroe
dbcd2c90ec GH Actions: Run projects tests 2021-04-20 16:13:01 +02:00
manuroe
890aaf7b22
Introduce GitHub Actions 2021-03-19 18:50:39 +01:00