Skip to content

Move CI build commands to separate scripts #13

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

Merged
merged 4 commits into from
Nov 12, 2019
Merged

Conversation

MaxDesiatov
Copy link

This allows running build commands in a reproducible way either locally or with any other CI.

tar xf icu.tar.xz

cd swift
utils/build-script --release --wasm --verbose \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you separate this script into setup script and build command or skip to download dependencies if they are already downloaded?

This script try to download dependencies even if try just to build locally.

@MaxDesiatov MaxDesiatov merged commit b189607 into swiftwasm Nov 12, 2019
@MaxDesiatov MaxDesiatov deleted the ci-script branch November 12, 2019 14:56
MaxDesiatov added a commit that referenced this pull request Nov 14, 2019
This allows running build commands in a reproducible way either locally or with any other CI.

* Move CI build commands to separate scripts
* Run CI on pushes to `swiftwasm` branch
* Split build and setup steps into separate scrtipts
* Fix execution directories in the build scripts
@MaxDesiatov MaxDesiatov added the continuous integration Improvements to continuous integration label Nov 17, 2019
kateinoigakukun pushed a commit that referenced this pull request Dec 15, 2019
This allows running build commands in a reproducible way either locally or with any other CI.

* Move CI build commands to separate scripts
* Run CI on pushes to `swiftwasm` branch
* Split build and setup steps into separate scrtipts
* Fix execution directories in the build scripts
kateinoigakukun pushed a commit that referenced this pull request Jan 11, 2020
This allows running build commands in a reproducible way either locally or with any other CI.

* Move CI build commands to separate scripts
* Run CI on pushes to `swiftwasm` branch
* Split build and setup steps into separate scrtipts
* Fix execution directories in the build scripts
MaxDesiatov added a commit that referenced this pull request Jan 29, 2020
This allows running build commands in a reproducible way either locally or with any other CI.

* Move CI build commands to separate scripts
* Run CI on pushes to `swiftwasm` branch
* Split build and setup steps into separate scrtipts
* Fix execution directories in the build scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Improvements to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants