Skip to content

Commit

Permalink
Remove non-kotlin files and README text.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Jun 11, 2020
1 parent b852e0d commit fb89ac2
Show file tree
Hide file tree
Showing 792 changed files with 22 additions and 23,936 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions .buildscript/build_swift_docs.sh

This file was deleted.

File renamed without changes.
33 changes: 0 additions & 33 deletions .buildscript/update_changelog.swift

This file was deleted.

File renamed without changes.
11 changes: 0 additions & 11 deletions .gen_config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ on:
push:
branches:
- trunk
paths:
# Rebuild when workflow configs change.
- .github/workflows/kotlin.yml
# Or when kotlin code changes.
- kotlin/**
pull_request:
paths:
- .github/workflows/kotlin.yml
- kotlin/**

env:
GRADLE_HOME: ${{ github.workspace }}/gradle-home
Expand Down Expand Up @@ -59,13 +51,11 @@ jobs:
## Actual task
- name: Assemble with gradle
working-directory: ./kotlin
run: ./gradlew assemble --build-cache --no-daemon --stacktrace --gradle-user-home "$GRADLE_HOME"

# This should ideally be done in the Check job below, but until gradle caching is fixed we
# need to do it after assembling. See https://github.com/square/workflow/issues/1152.
- name: Run dokka to validate kdoc
working-directory: ./kotlin
run: ./gradlew dokka siteDokka --build-cache --no-daemon --stacktrace --gradle-user-home "$GRADLE_HOME"

# Runs all check tasks in parallel.
Expand Down Expand Up @@ -106,7 +96,6 @@ jobs:

## Actual task
- name: Check with Gradle
working-directory: ./kotlin
run: ./gradlew ${{ matrix.gradle-task }} --build-cache --no-daemon --stacktrace --gradle-user-home "$GRADLE_HOME"

instrumentation-tests:
Expand Down Expand Up @@ -144,7 +133,6 @@ jobs:
- name: Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: ./kotlin
api-level: ${{ matrix.api-level }}
arch: x86_64
script: ./gradlew connectedCheck --build-cache --no-daemon --stacktrace --gradle-user-home "$GRADLE_HOME"
Expand Down
164 changes: 0 additions & 164 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit fb89ac2

Please sign in to comment.