Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Reorg of Project Structure (#26)
Browse files Browse the repository at this point in the history
* Step 1

* Move core to main directory

* Update Azure to match reorg
  • Loading branch information
AustinShalit authored and Octogonapus committed Sep 10, 2019
1 parent c19365c commit 4d9e92d
Show file tree
Hide file tree
Showing 102 changed files with 8 additions and 40 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
- '*'

stages:
- stage: Build_Core
- stage: Build
jobs:
- job: Linux

Expand All @@ -18,8 +18,8 @@ stages:
- task: Gradle@2
displayName: 'Check'
inputs:
workingDirectory: './core'
gradleWrapperFile: './core/gradlew'
workingDirectory: ''
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
options: '--stacktrace -PlogTests -Pheadless'
javaHomeOption: 'JDKVersion'
Expand All @@ -31,7 +31,7 @@ stages:

- bash: bash <(curl -s https://codecov.io/bash) -f "*jacocoTestReport.xml" -f "*mergeReports.xml" || echo 'Codecov failed to upload'
displayName: 'CodeCov'
workingDirectory: './core'
workingDirectory: ''
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)

Expand All @@ -44,8 +44,8 @@ stages:
- task: Gradle@2
displayName: 'Check'
inputs:
workingDirectory: './core'
gradleWrapperFile: './core/gradlew'
workingDirectory: ''
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
options: '--stacktrace -PlogTests -Pheadless'
javaHomeOption: 'JDKVersion'
Expand All @@ -63,8 +63,8 @@ stages:
- task: Gradle@2
displayName: 'Check'
inputs:
workingDirectory: './core'
gradleWrapperFile: './core/gradlew'
workingDirectory: ''
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
options: '--stacktrace -PlogTests -Pheadless'
javaHomeOption: 'JDKVersion'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions core/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4d9e92d

Please sign in to comment.