Skip to content

Commit

Permalink
Add windows_install to nightly and tag builds, fix nightly build (#827)
Browse files Browse the repository at this point in the history
* Add windows_install to nightly and tag builds

* Update drupal download to 8.5.3
  • Loading branch information
rfay committed May 7, 2018
1 parent 80ec87b commit 8429912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- run:
command: |
make -s linux darwin windows
make -s linux darwin windows_install
name: Build the ddev executables normally, with normal image tags

# Run the built-in ddev tests with the clean binaries just built.
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

# Now build using the regular ddev-only technique - this results in a fully clean set of executables.
- run:
command: make -s clean linux darwin windows
command: make -s clean linux darwin windows_install
name: Build the ddev executables

- run:
Expand Down
4 changes: 2 additions & 2 deletions pkg/ddevapp/ddevapp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var (
},
{
Name: "TestPkgDrupal8",
SourceURL: "https://ftp.drupal.org/files/projects/drupal-8.4.0.tar.gz",
ArchiveInternalExtractionPath: "drupal-8.4.0/",
SourceURL: "https://ftp.drupal.org/files/projects/drupal-8.5.3.tar.gz",
ArchiveInternalExtractionPath: "drupal-8.5.3/",
FilesTarballURL: "https://github.com/drud/ddev_test_tarballs/releases/download/v1.0/drupal8_files.tar.gz",
FilesZipballURL: "https://github.com/drud/ddev_test_tarballs/releases/download/v1.0/drupal8_files.zip",
DBTarURL: "https://github.com/drud/ddev_test_tarballs/releases/download/v1.0/drupal8_db.tar.gz",
Expand Down

0 comments on commit 8429912

Please sign in to comment.