https://github.com/s2e/ci
Continous integration for S2E
https://github.com/s2e/ci
Last synced: 5 months ago
JSON representation
Continous integration for S2E
- Host: GitHub
- URL: https://github.com/s2e/ci
- Owner: S2E
- Created: 2018-06-12T21:32:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T15:18:06.000Z (over 6 years ago)
- Last Synced: 2024-12-31T17:47:11.284Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========================================
Setting up continuous integration for S2E
=========================================
S2E uses `buildkite `__ for continuous integration.
Deployment steps:
.. code-block:: bash
# 1. Build the required docker images
$ ./build-images.sh
# 2. Start the build-kite agent
$ TOKEN=XXX AGENT_USER=buildkite-agent ROOT_DIR=/disk/buildkite NAME=agent ./start-agent.sh