Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (43 loc) · 2.31 KB

README.md

File metadata and controls

55 lines (43 loc) · 2.31 KB

Build Status Ready Stories Status Incubating Team Big Data Closed Source Not Critical Email Slack Internal

Fiji

This workspace contains the collection of Fiji projects.

Prerequisites

All development is done within vagrant. You will need it and a provider, such as virtualbox or vmware fusion.

Build instructions

$ cd the-checkout
$ vagrant up
$ vagrant ssh
vagrant@fiji:~$ cd fiji
vagrant@fiji:~/fiji$ ./bin/fiji-build build         # compile
vagrant@fiji:~/fiji$ ./bin/fiji-build test          # run the tests
vagrant@fiji:~/fiji$ ./devtools/create-assemblies   # create release tarballs

Fiji CLI

Upon successful build, the Fiji CLI may be found at $wkspc/output/bin/com/moz/fiji/schema/fiji. Different versions of the CLI may be found at $wkspc/output/bin/com/moz/fiji/schema/fiji-cdh5.x.

In order to (re)build a specific version of the CLI, you may use: ./bin/fiji-build build //com/moz/fiji/schema:fiji-cdh5.x.

The definition of the Fiji artifacts can be found in the BUILD descriptor in the root directory: $wkspc/BUILD.