Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Testing the released version in a local env #22

Open
kalmarek opened this issue Jan 27, 2020 · 0 comments
Open

Testing the released version in a local env #22

kalmarek opened this issue Jan 27, 2020 · 0 comments

Comments

@kalmarek
Copy link

The first one should be run exactly as a typical user would install it:

julia -e "env = tempname(); mkpath(env); using Pkg; Pkg.activate(env); Pkg.add("Oscar"); Pkg.test("Oscar"); Pkg.test("AbstractAlgebra");  ..." 

(testing all cornerstones individually as well)
For this tests no changes to JULIA_PKG_DIR should be present. (I don't care about bandwidth:)

Most preferably a similar one which devs all the packages in a local environment should be run as well. this would have caught
oscar-system/GAP.jl#310

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant