-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Circle-CI configuration #9
Comments
Current configuration fix is blocked by an outdated node-sass package dependency declared in @ionic/app-scripts. The provided docker-image on circle-ci currently requires node-sass to call an non-existent node binding which leads to 404 HTTP. Building from sources fails also due to missing python2 dependency. A PR is opened here to update the node-sass package declaration so node-sass can rely to an existing node binding. |
CI seems stuck on chrome launch for testing. We'll need to configure this step in order to be able to process the tests batch before getting to the ionic build step. |
Fixed tests. However, test process is triggered with the default environment configuration. We should see how to detect circleci environment in order to pass the same paraters as for travis. Once done, only |
Concurrency fixed. Build seems to work. Last fix to provide is to remove a local Plugin that shouldn't be brought to the current repo from sources and avoid it to be called in CI. Once done, PR will be opened to merge |
circle-ci build seems successful see here as travis ci also. Opening PR. |
PR tests & builds successful on Travis and Circle-CI. PR Merged . Closing issue. |
Circle-CI configuration is broken. We should write a config file that handles the same build process used for Travis :
The text was updated successfully, but these errors were encountered: