Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
README-PUBLISH: update the npm test section
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 12, 2020
1 parent ed1d7e5 commit 4eec964
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README-PUBLISH.md
Expand Up @@ -200,19 +200,17 @@ $ cat *.sha
- push all changes to GitHub
- `npm publish --tag next` (use `--access public` when publishing for the first time)

## Test npm binaries
## Test the npm binaries with xpm

Install the binaries on all platforms.
Run the `tests/scripts/trigger-travis-xpm-install.sh` file, this
will install the package on Intel Linux 64-bit, macOS and Windows 64-bit.

For 32-bit Windows, 32-bit Intel GNU/Linux and 32-bit Arm, install manually.

```console
$ xpm install --global @xpack-dev-tools/riscv-none-embed-gcc@next
```

As a shortcut, there is Travis test that checks the package on 64-bit
Intel Ubuntu, macOS and Windows.

For 32-bit Windows, 32-bit Intel GNU/Linux and 32-bit Arm, install manually.

## Tag the npm package as `latest`

When the release is considered stable, promote it as `latest`:
Expand Down

0 comments on commit 4eec964

Please sign in to comment.